Commission Report On Dashboard

Requirement To set up the dashboard to display the commission reports based on the market managers and regional managers. Solution Its not possible to setup a Dashboard using single saved search. So What we have to do is combine multiple saved searches to calculate commissions and setting up dashboard. So we can approach custom records… Continue reading Commission Report On Dashboard

Hubspot integration of activities

Integrating phone calls, emails, and notes from Hubspot to Netsuite. Details: Initiate an integration with OAuth 2.0: to do the initial authentication and to get the redirect url for creating refresh token Example Authorization URL: Sending a user to this URL will ask the user to approve access to contacts and workflows: https://app.hubspot.com/oauth/authorize?client_id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&scope=contacts%20automation&redirect_uri=https://www.example.com/ If they… Continue reading Hubspot integration of activities

BULK DOWNLOAD TRANSACTIONS

FULLY HOLDINGS INC. FUL-23,24,25,26,27,28,29,30 A Stable solution for the accountants to cross-check the transactions in an accounting period.Bulk PDF prints for the sales transactions or an option for downloading bulk transactions from a single platform. Created A suitelet page with Generated Folder Button Created a Client script to define the Button action A scheduled script… Continue reading BULK DOWNLOAD TRANSACTIONS

Preserve the processor for high priority tasks

Issue: MapReduce and scheduled scripts are not initiating at the same time of invocation since it is in a queue to process. Solution: So we can Preserve the processor for the Execution of MapReduce and scheduled scripts of its priority are high. Limitation: We cannot preserve the processor for a specific script. It can be… Continue reading Preserve the processor for high priority tasks