how to hide field on load and appear on submit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2017 05:03 PM
How to I hide field on load and make the field appear on submit? I have managed to create a UI policy that allow me to hide a field on load.
How do I make the field appear on submit?
- Labels:
-
Communities
-
Field Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2017 06:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2017 06:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2017 06:22 PM
Hi Jason
You can achieve this by UI action.
How to hide/show an UI action on field changes
Regards
Anil

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2017 06:47 PM
I don't think it's possible, onsubmit client script will run when the form is submitted and once the form is submitted, the form will get reload again and that will trigger the onLoad() client script, why not we can try like. Let's hide the field and then when certain condition met (example if state changes to resolved) then make the field visible in onLoad() client script.