- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2017 05:11 AM
Hi,
I have added a new Choice Field on my Change Request form called Submitted As and is open for users to select a drop down option.
Once the change has been submitted I was this field to become Read Only.
A change would be classed as submitted when the state changes to Open or is Work In Progress.
Any Ideas?
Thanks
Riaz
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 04:17 AM
Thanks for all your help.
I ended up with a simple UI Policy which changes it to Read Only when the state is not Draft.
This is fine for us.
Thanks,
Riaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2017 05:35 AM
I completely agree with Chuck on this. These fields can be manipulated at any stage if not on form.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2017 05:15 AM
Hi Riaz,
You can create OnSubmit Client Script and make the field read only by using:
g_form.setReadonly('submitted_as',true);
Hope it helps.
Regards,
Anjali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 04:17 AM
Thanks for all your help.
I ended up with a simple UI Policy which changes it to Read Only when the state is not Draft.
This is fine for us.
Thanks,
Riaz