I'm trying to improve a UX flow in one of our clients, and to do so I'm hoping it would be possible to create a modal dialog box which can have a date selected from a date picker, but I can't see any obvious ways - is there anything that can be done for this? I saw this excellent guide on getting a...MoreLess

Like 0

Like

10 comments
Best reply

Hi Harvey,

I've done this in several areas in our system using modal forms (actually called a Mini Page in the page types dialog you select...MoreLess

Show all comments (9)

In this piece of code located in the module called UsrSolicitds3Page the app continue its execution and doesn’t waits user to accept the message, it even lets the user to finish reading the message until the application closes the window automatically. We need to implement this and when the showInformationDialog...MoreLess

File attachments

Like

6 comments

 If you need to stop user from saving a record until he clicks OK, then you need to merge the save button and change the "Click" metho...MoreLess

Show all comments (5)