My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
-
Re: Can NetSuite external customer forms be embedded into frames on a website
I think I found the answer:https://suiteanswers.custhelp.com/app/answers/detail/a_id/9455/loc/en_us "Embed the online customer form in your website. Visitors can complete the form without having…1 -
Re: Setting up autogenerated numbering per subsidiary
@Elina Kourouzidou Are you just trying to add a prefix referencing the subsidiary but preserve the actual transaction number? If so, you could run a CSV import with the new document numbers after cha…2 -
Re: Address label via suitescript
Hi @Richard James Uri-Oracle I get the following error: EDIT: I modified the code and it now works: // If a new line was successfully selected if (addressSublistLine !== -1) { // Get the subrecord fo…1 -
Re: Address fields on external customer forms
Hi Richard The issue was that a check needed to occur that a new line was selected: // Select a new line in the 'addressbook' sublist var addressSublistLine = customerRecord.selectNewLine({…1 -
Re: Online Lead/Customer Forms
Thanks @Michelle Jabanes-Oracle That worked when I append the company name near the end of the url just before the redirect parameter. It was returning a blank page when I did that after the form ID …1
