When tracking time, the user is not able to select any lead, prospect, or customer in the customer field in the timesheet. Navigate to Setup -> Accounting-> Accounting Preferences Uncheck the ‘Show projects only for time and expense entry’ box. The the customer records will be available to select in the timesheet.
Month: August 2023
TDS – Assign the tax account for each TDS tax type
Assigning Tax Accounts to Tax Deduction at Source Tax TypesTax Deduction at Source (TDS) tax type determines where TDS tax is tracked in the chart of accounts. We must specify the tax accounts to which NetSuite should post the collection or payment of tax.The India Localization Tax Engine includes four tax types for TDS calculation:… Continue reading TDS – Assign the tax account for each TDS tax type
Resolve “This user has exceeded the number of active access tokens for this role” while trying to fetch the code
Scenario: While we try to fetch the code in terminal using access token, sometimes it throws error as follow: “This user has exceeded the number of active access tokens for this role“ Solution: If you run into this Access Token Limit error, it might be necessary to revoke a token in Netsuite. To revoke an… Continue reading Resolve “This user has exceeded the number of active access tokens for this role” while trying to fetch the code
Actions class in Selenium
The Actions class in Selenium WebDriver is a feature that provides a way to simulate complex user interactions, such as mouse movements, keyboard actions, and multiple-step operations like drag-and-drop. It allows testers and developers to perform advanced interactions with web elements, closely emulating the actions that a user would perform on a web page. The… Continue reading Actions class in Selenium
Performance testing in cloud environment
Performance testing in cloud environments is a crucial aspect of ensuring that applications can handle the varying workloads and demands that come with cloud-based deployments. Here are some key considerations and practices for conducting performance testing in cloud environments: Elasticity and Scalability Testing: Cloud environments offer the advantage of dynamic scalability. Performance tests should simulate… Continue reading Performance testing in cloud environment
Solution for Vendor Portal (No NetSuite Access)
A Vendor Portal for the vendors that doesn’t have access to the NetSuite Create a custom Vendor Portal page using Suitelet The vendors can access this page using the external link of Suitelet Create a sublist to display the purchase orders Add filters if needed Display the Purchase Order items as a seperate page when… Continue reading Solution for Vendor Portal (No NetSuite Access)
Script to remove the Drawings/File attachments from the item record in a copy context
Jira Code: GTILC-397
Saved Search Function to check whether items exist with similar drawings name in file cabinet
Automate drawings Attachment
The client would like to attach the drawings of the item stored in the file cabinet to the corresponding item record Jira Code: GTILC-397
Order Delay Count Update
The client would like to remove the order delay count from the item record. This requirement can be updated by removing the script deployment of the order delay from the account. This particular request can be fulfilled by making a modification in the system. Specifically, the change involves the removal of the script that was… Continue reading Order Delay Count Update