NetSuite provides an auto suggest function for lists, including multi-select lists. As user types three letters or more, a list of suggested matching records displays. User can select from this list to quickly populate the field. To enable this preference: 1. Navigate to Home > Set Preferences. 2. Under Analytics tab, mark the Popup Auto Suggest checkbox under Search section. 3. Click Save.
Month: August 2023
Customize Payment Center Categories from EFT Bundle
1. Navigate to Setup > Customization > Center Categories.2. Edit the Payment Processing for both Accounting Center and Classic Center.3. On the Custom Center Category page > Link portlet, user may add or remove links according to the needs of the business.4. Hit Save. Note: The system may take some time to apply changes. Certain browsers require clear cache to show the changes made.
User is getting a SAML error: “Your access has been deactivated on SAML SSO login even when user is active and has access”
Notice: “Your access to [companyname] has been deactivated. Please contact the company’s administrator to re-activate your access” is received on login from IDP platform to NetSuite. What to Check: Verify if user has an active employee record (List > Employees > Employees) by checking the status on the employee record. Status should be “Active”. Verify if… Continue reading User is getting a SAML error: “Your access has been deactivated on SAML SSO login even when user is active and has access”
Functions that gets triggered when using Quick Add Portlet
There are some instances when users would like to use the Quick Add Portlet to create new records and then do the other needed logic via script, thus, they would need to know which script trigger gets triggered when using the said portlet. Client Script triggers such as save record, post sourcing, recalc and validate… Continue reading Functions that gets triggered when using Quick Add Portlet
Scripts for e-commerce tracking on the Book exchange website.
Created an extension for adding the scripts for Google Tag Manager and Google Analytics 4 as updated from Google Analytics. For the updated version of the Google tag, we need to update the script in our SuiteCommercer Advanced Website. And we need to update the Google tag manager script and Google Analytics both on our website. … Continue reading Scripts for e-commerce tracking on the Book exchange website.
Unrealized Matching Gain/Loss
Unrealized Matching Gain/Loss
SOAP Operation – getAccountGovernanceInfo
The getAccountGovernanceInfo operation can be used to retrieve the account concurrency limit and the unallocated concurrency limit through SOAP web services. If an integration has insufficient concurrency limit allocated to it, it can use the getAccountGovernanceInfo operation. With the retrieved information the integration can determine whether there is sufficient unallocated concurrency limit for the account… Continue reading SOAP Operation – getAccountGovernanceInfo
SOAP Asynchronous Operation – asyncDeleteList
SOAP Action – asyncDeleteList Scenario – Delete customer and employee records asynchronously in a single request. Request Response
SOAP Operation – getAsyncResult
With asynchronous requests, your client application sends a request to SOAP web services, where it is placed in a processing queue and handled asynchronously with other requests. Your client application does not wait for a response but goes on to other work. After a job is submitted, a job Id is returned in the SOAP… Continue reading SOAP Operation – getAsyncResult
SOAP Operation – checkAsyncStatus
With asynchronous requests, your client application sends a request to SOAP web services, where it is placed in a processing queue and handled asynchronously with other requests. Your client application does not wait for a response but goes on to other work. After a job is submitted, a job Id is returned in the SOAP… Continue reading SOAP Operation – checkAsyncStatus