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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
My Account Reference:<Scripting Help>How to add a custom entity field into Home.txt
Can anyone help with the codes to add a custom entity field into Home.txt of the My Account Reference SSp for a non programmer?
The field that I want to add is a Custom Entity field "custentity_balance" which shows a value and clicking on this value goes to a Saved Search "https://secure.netsuite.com/app/common/search/searchresults.nl?searchid=48"
Can't figure out the use of .translate(view.options.application.getUser().get('firstname') etc etc without knowing where to look.
This works if I put the code in index.ssp
<section><p> Your points are: <%=getCurrentAttribute('customer','custentity_points','0')%></p>