04-25-2023 04:13 AM - last edited on 05-02-2023 11:14 AM by JackLacava
Hello,
When I execute a Data management sequence or a custom finance function, I have this pop-up that will be shown to the user :
Are there any ways to customize what will be shown to the user in this pop-up ? For instance, I want to customize the message that will be shown in the blank text field below "0% Complete" or the message next to the task when it is running :
Many thanks for your feedback !
Regards,
04-25-2023 07:20 AM
Well, this is a functionality of the application itself I don't think you can edit this window but what you can do is once the calculation is done create a string and throw it as an exception so it will display that message in the similar way, but it will a customized message for the user.
04-25-2023 08:22 AM
If you are running it directly from the data management page, I don't think it is possible unless there is an event handler hook that you can use. If you are initiating it from a dashboard, then there is a way to update the description and the percentages of the job. However, I've found that even though it works, the screen update can be sometimes a bit tricky.
04-26-2023 01:26 AM
Hello,
Thanks for your feedback. Any possibilities to share the code/snippets or the library used for that ?
Many thanks,