Tax-exempt certificate

A tax-exempt certificate is a document that declares a business, organization, or individual is not subject to the usual taxation system. The certificate can be used to purchase normally taxable goods or services tax-free or to deduct tax at a lower or nil rate3. The certificate must be presented to the seller or the IRS… Continue reading Tax-exempt certificate

To Disable the approval status field via workflow.

To set the Field Display Type of the Approval Status field to In-line or Disabled via Workflow on the Journal Entry record. Navigate to Customization > Workflow > Workflows > New Basic Information: Name: Enter Name Record Type: Select Transaction Sub-Type: Select Journal Entry Execute as Admin: Enter Checkmark Release Status: Select Released Event Definition: On Create: Enter Checkmark On View or Update: Enter Checkmark Click Save Click State 1 Bottom right corner: Click New Action Click Set Field Display Type… Continue reading To Disable the approval status field via workflow.

SuiteScript governance and limit

It basically refers to the limitation in the usage units. It optimizes the performance. The limit are tracked based on two levels: Script level API level The remaining usage limits of a script can be retrieved using the method Script.getRemainingUsage(). But for that, there should be runtime module to get the currently running script. Below… Continue reading SuiteScript governance and limit

Extract and Format Numeric Values from ‘grossamt’ Field in a List of Expenses

The ?replace filter in FreeMarker can be used to perform basic string replacements based on regular expressions. It allows you to search for a pattern in a string and replace it with another string. It works as follows: ${expression?replace(regex, replacement)}: This syntax is used to apply the ?replace filter to the expression. regex: This is… Continue reading Extract and Format Numeric Values from ‘grossamt’ Field in a List of Expenses

Allow custom roles to upload the Bill manually in ZoneCapture

You may want to allow users with your own custom role to upload the bills manually by navigating to Transactions > Scan & Capture > Manually Upload Bill To Process. In order to do that, you need to include this custom role to the Audience of the deployment from the script The script is called FF SC SL Instant… Continue reading Allow custom roles to upload the Bill manually in ZoneCapture

How to troubleshoot missing permissions in ZoneCapture

The Scan & Capture SuiteApp instals an example user role that you can use to identify the minimal user permissions that a user role should have so the user is able to use the Scan & Capture SuiteApp in its full extent. NetSuite offers you an option to compare your custom user role with our default provided “Fast Four… Continue reading How to troubleshoot missing permissions in ZoneCapture

Record is Unavailable Due to Error: “Workflow Execution Usage Limit Exceeded”

The record is not accessible and the error message occurs: “Workflow Execution Usage Limit Exceeded” Issue details: The Error message is related to Workflow Governance. The total number of units available across all workflows for a record type (for a given triggered event) is 1000 units. For more information see General Workflow Issues Solution Once… Continue reading Record is Unavailable Due to Error: “Workflow Execution Usage Limit Exceeded”

Behaviour of Est. Unit Cost Field on Inventory Adjustments

User want to understand How the system calculates the value in the Est. Unit Cost field of Inventory Adjustment transactions.Given the Example Item Record: Name: Item A  Costing Method: Standard Under Purchasing/Inventory tab > Locations sub-list: Location:Test Location Standard Cost: 20.00 Location Average Cost:15.00 Solution User creates a negative Inventory Adjustment by following these steps:  Navigate to Transactions > Inventory > Adjust Inventory Set the mandatory fields.… Continue reading Behaviour of Est. Unit Cost Field on Inventory Adjustments