Unable to convert due_date field from Read only to Write

Zubair Alam
Tera Contributor

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. 

2 REPLIES 2

Sohithanjan G
Kilo Sage
Kilo Sage

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.




Please mark as Accepted Solution if this solves your query and HIT Helpful if you find my answer helped you. This will help other community mates too..:)

Sumanth16
Kilo Patron

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