Unable to convert due_date field from Read only to Write
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 07:47 AM
When I load a new problem task form via list view "new" UI action, the due_date field is Editable. But when I save this record, it becomes Read Only.
My requirement is to change this due_date field on problem_task to Editable even when the record is saved.
I checked all of the following and could not find anything that changes this field to Read only.
1) UI Policies
2) Client Scripts
3) Data Policy
4) Field Configutaion
5) Business Rules
What am I missing here? All help is greatly appreciated. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 08:38 AM
Hi @Zubair Alam
If that is the behaviour, Go to write ACLs of that table & in clear off all the advanced script in write ACL.
ACL might be returning false, if its isValidRecord.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 08:52 AM
Hi @Zubair Alam ,
Enable the script debugger and perform the same action by clicking the UI action.
Please verify the scripts that are executed on the form(check scripts that are executed completely which show with three green check marks).
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda