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!
I need to add editable textbox (integer) field in view mode.
Scenario:
Client use sales order record form in view mode. We added an button (it is working) as options to initiate (call) an restlet function. Everything works fine. But, we need to put some value in textbox (it is not field from sales order record). That value will be passed as parameters to the restlet. We tried as usually with script in user event before load (form.addField()), but field as other fields ont the form is not editable.
So, question is : how to create editable field on the form in view mode. We found similar solution for example adding contacts in relatonship. It is possible to select contact in dropdown and then with clicking on attach button add contact in the list....