The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
AndreaF
3 years agoContributor III
Return message on successfully completed extensibility rule
Hi, I have a data management step which runs an extensibility rule. In the rule I am using the “Throw New XFUserMsgException” command to return error messages. For example: Throw New XFUserMsg...
- 3 years ago
If you want that level of control of the interaction with users, you should probably launch the job from a Dashboard Extender instead. At that point you're in the driver seat and can decide what to display and when. DM steps and sequences are meant as background jobs managed by the system.
JackLacava
OneStream Employee
3 years agoIf you want that level of control of the interaction with users, you should probably launch the job from a Dashboard Extender instead. At that point you're in the driver seat and can decide what to display and when. DM steps and sequences are meant as background jobs managed by the system.
Related Content
- 2 years ago