Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
How to disable rate and amount field While Creating a PO at time of entering a Item
Hi All,
I am trying to make the rate and the amount field Non Editable at the time of creating a PO. I am using pageInit function to disable the Field in the list. It is only disabling it for the line 1. but after adding the line when i am moving back to line to edit ,the field is editable.
After this i thought of making it non editable after saving the PO. So i used the same PageInit function to disable the fields but that approach also didnt worked.
Is there any method by which i can make these fields non editable through Scripting or Configuration.