UI action - onLoad issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2015 12:17 AM
Hi All,
We are making some fields mandatory on click of one UI action button. It is working fine when the form is fully loaded but if we click this button in onLoad it self then it is not asking for fields mandatory its going to next step.
Can we over come the issue in any way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2015 05:48 AM
Try increasing the wait time.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2015 06:05 AM
You can have an UI Macro for this.
UI Macro wont allow user's to access the form until the form loads completely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2015 06:47 AM
Can you please tell me how to do this by using UI macro?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2015 06:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2015 10:21 PM
Yes it is working fine
Can't we hide the UI action buttons on onLoad by using script so that users are not able to click this buttons on onLoad.