Scenario: There can be one or more tasks can be for a project. Here We are listing projects and It has to list the project tasks of selected project using a suitelet. Solution: //JJ SL Suitelet.js //JJ CS Validations.js
Tag: Netsuite
Dynamic filters in Saved search
Remittance PDF
Commerce Categories tab is missing
The tab “Commerce Categories” and “Commerce Catalogs” are missing Navigate to Commerce > Content Management > Commerce Catalogs / Commerce Catalogs Solution : Navigate to Setup > Company > Enable Features Check the checkbox “COMMERCE CATEGORIES” under Web Presence tab
Advanced PDF Template – Display Shipping Carrier Field value
A. Create a Saved Search 1. Navigate to Lists > Search > Saved Searches > New 2. Select Transactions 3. Search Title = Enter Search Title (i.e. Shipping Carrier – SO) 4. Criteria: * Main Line = T … Continue reading Advanced PDF Template – Display Shipping Carrier Field value
Avoid the occurrences of bold tag in description field of Advanced pdf.
Excluding Inactive values from a list in a custom field
Scenario: We have a custom field ‘Asset type Department’, which is a list/record field. it lists departments. There are some inactive departments are there. We need to filter out these inactive departments from the list. This field is sourcing from Employee record. Solution: Open the custom field setup page 2. Go to Sourcing & Filtering… Continue reading Excluding Inactive values from a list in a custom field
Highlighting a part in particular field -PDF
Customer field’s internal id is entity, here we can highlight one of the entity field that is separated by colon.
User Event Script Cannot Trigger another User Event : Solution
user event scripts cannot cause the trigger of another set of user event scripts. While it may seem like a limitation, this is intended to prevent recursive logic from occurring. For Example, We are creating an Item Fulfillment record on Sales Order creation via User Event script. There may be multiple user event scripts deployed… Continue reading User Event Script Cannot Trigger another User Event : Solution
How to save attached file to netsuite and sent the file as email attachment
To save user uploaded attachment to netsuite backend , First of all use “nlapiCreateFile” format. Using “nlapiCreateFile” command the same file is created in the netsuite ssp folder. And that particular file can be move to another folder by using “setFolder” command and the file id can be obtained by “nlapiSubmitFile” command . To send… Continue reading How to save attached file to netsuite and sent the file as email attachment