The NetSuite as OIDC Provider feature is based on the OAuth 2.0 authentication method. NetSuite as OIDC Provider access is based on the OAuth 2.0 authorization code grant flow for generation of access tokens, refresh tokens, and ID tokens. The authorization code grant flow does not require signing of requests. The OAuth 2.0 authorization code… Continue reading NetSuite as OIDC Provider for Integration Application Developers
Month: August 2023
Create Integration Records for Applications that Use NetSuite as OIDC Provider for Outbound Single Sign-on
The application needs and integration record created before the code grant flow can be initiated. You can also edit an existing integration record to use NetSuite as OIDC Provider for outbound single sign-on. To create an integration record for an application: Go to Setup > Integration > Integration Management > Manage Integrations > New. Enter… Continue reading Create Integration Records for Applications that Use NetSuite as OIDC Provider for Outbound Single Sign-on
Reconcile Foreign Currency Balance under Other Accounts tab of the Cur. Rev. Rec
Reconcile Foreign Currency Balance under Other Accounts tab of the Cur. Rev. Rec
How to use social media to enhance sales outreach and engagement?
Choose the Right Platforms: Identify the social media platforms that align with your target audience. Each platform attracts different demographics, so focus on the ones where your potential customers are most active. Optimize Profiles: Create professional and engaging profiles on each chosen platform. Use high-quality images, consistent branding elements (logo, colors, etc.), and write compelling… Continue reading How to use social media to enhance sales outreach and engagement?
HTML page that resembles the Netsuite assistant interface.
The Pitfalls of Using Thread.Sleep in Code: Why It’s Best to Avoid
Introduction In the world of software development, timing is crucial. Properly managing the flow of execution and synchronization of tasks is essential for creating efficient, responsive, and reliable applications. However, there’s a common practice that can lead to unexpected problems – the use of Thread.Sleep to introduce delays in code. While it might seem harmless… Continue reading The Pitfalls of Using Thread.Sleep in Code: Why It’s Best to Avoid
NetSuite Account Center is showing an error: “You do not have enough permissions to use this portlet”
Scenario Even when the user is using the Administrator role, the NetSuite Account Center still shows the error: “You do not have enough permissions to use this portlet.” Solution Log in to Administrator Role Go to List> Employees> Employee Go to the Access tab and add the role “NetSuite Support Center“ By following these steps,… Continue reading NetSuite Account Center is showing an error: “You do not have enough permissions to use this portlet”
Moving Tasks Between Projects in Jira Software
To move the task from one project to another, follow the steps below Navigate to the Issue: Open the issue you want to move from the source project. You can do this by either searching for the issue or navigating through the project where the issue currently resides. 2. Initiate the Move: Within the issue… Continue reading Moving Tasks Between Projects in Jira Software
How to create online html form templates
For this ‘Marketing Automation” feature must be enabled. THen only we can get the online html form and the template. Lists>Marketing>Marketing Templates > new Then Click the source code and type <NLFORM></NLFORM>. With in that create a html template. To save the values in the custom record use following . In the field type select… Continue reading How to create online html form templates
How to assign the object values in script
Here we assign the objects based on the item and unique key(line number). let linecount = newRec.getLineCount({ sublistId: ‘item’ }); let totalWeightValues = {}; // Get the values of quantity and item weight. for… Continue reading How to assign the object values in script