Select Read/Write permissions.
Author: Mintu Antony
Record Types
You can create custom record types to collect and store information that is not included in NetSuite. For example, your company may need to track information about computer and electronic equipment. If there is no such standard record type in NetSuite, you can create a custom record type called Equipment. Then you can add custom… Continue reading Record Types
Dependent Dropdown Lists
You can use a custom field of type List/Record to create dependent dropdown lists. Dependent dropdown lists enable you to filter the choices in a list based on the selections in one or more other fields. For example, you can add two custom transaction line fields to a transaction form and another field that is… Continue reading Dependent Dropdown Lists
PROPOSAL FOR VENDOR BILL AND VENDOR PAYMENT APPROVAL WORKFLOW IN NETSUITE
Proposal Summary Second Source RX would like to implement a solution for vendor bill and vendor payment Approval Workflow. Requirement Second Source RX would like to implement a solution for vendor bill and vendor payment approval workflow. The approvers can access the approve or reject buttons through email notification. Solution Prerequisite: Vendor bill… Continue reading PROPOSAL FOR VENDOR BILL AND VENDOR PAYMENT APPROVAL WORKFLOW IN NETSUITE
Create virtual field to display list of values.
We need to display virtual field on selecting values in a standard field. When “YES ” or “PAO” values are selected in the field USE EXPIRY then we need to display the virtual field. Then select the values from the virtual field and set it in the standard field SHELF LIFE. The fieldChanged() entry point… Continue reading Create virtual field to display list of values.
Remove a select option from certain types of select and multiselect fields.
Field.removeSelectOption(options) Method Description Removes a select option from certain types of select and multiselect fields.This method is usable only in select fields that were added by a front-end Suitelet or beforeLoad user event script. The IDs for these fields always have a prefix of custpage. Returns void Supported Script Types Client scriptsFor more information, see SuiteScript 2.x… Continue reading Remove a select option from certain types of select and multiselect fields.
Skipped Actions in a workflow.
When SuiteFlow skips an action, the action may not be supported for the server trigger on which the workflow entered the state. The following screenshot shows a record that entered a state on a Before Record Load trigger and consequently, the Send Email action was skipped: You can view the options for the Send Email… Continue reading Skipped Actions in a workflow.
Other record field created for address was not visible in address book.
Other record field created for address was not visible in address book because the country was not set in the selected address forms. Navigation to create other record fields is, Customization -> Lists, Records and Fields -> Other record fields We need to select the countries for which the other record fields created are to… Continue reading Other record field created for address was not visible in address book.
Validation for a field to allow only decimal numbers.
Client script with fieldChanged() entry point can be used.
escapeSpecialChar() function to display special characters on the item label PDF print.
To generate and print labels for items that had an “&” symbol in the “Purchase Description” field, we can use escapeSpecialChar() function.