Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
I want display Alert/Confirm dialog in Thingworx. How to achieve this
Pankaj, it depends on where and how you would want to display them. For example, widgets like 'Button' have their own setting called 'ConfirmationRequired' or you could use the 'Status Message' widget to display your alert dialog after a certain action.
Thnx
In addition each Service can return a message upon succesfull execution or upon a failed execution.
Thnx