To resolve an error of “INSUFFICIENT_PERMISSION” in Vendor Bill Approval.

In vendor bill Approval process, an error has occured. Error:UNABLE_TO_SAVE_THE_TRANSACTION_DUE_TO_AN_ERROR_BEING_REPORTED_BY_THE_TAX_CALCULATION_ENGINE_1 Details: Unable to save the transaction due to an error being reported by the tax calculation engine: Tax Calculation Plugin error due to a server-side SuiteScript exception: {“type”:”error.SuiteScriptError”,”name”:”INSUFFICIENT_PERMISSION”,”message”:”You do not have permission to perform this operation.”,”id”:””,”stack”:[“submit(N/task)”,”<anonymous>(/SuiteBundles/Bundle 400562/com.netsuite.indialocalizationengine/src/comp/te/in_tax_engine_2.js:268)”,”<anonymous>(/SuiteBundles/Bundle 400562/com.netsuite.indialocalizationengine/src/comp/te/in_tax_engine_2.js:252)”,”<anonymous>(/SuiteBundles/Bundle 400562/com.netsuite.indialocalizationengine/src/comp/te/in_tax_engine_2.js:46)”],”cause”:{“type”:”internal error”,”code”:”INSUFFICIENT_PERMISSION”,”details”:”You do not have permission to… Continue reading To resolve an error of “INSUFFICIENT_PERMISSION” in Vendor Bill Approval.

Creating CSV files from a saved search

REQUIREMENT Needs to create CSV file of the saved search result and send the results to the client using a scheduled script. SOLUTION We will use the task module to convert the saved search results to the CSV file and send the CSV file as email attachment using map reduce script.

Email sending on save action of task record

Requirement When a task record is opened, in the escalation tab, when we enter data in the escalation record and save the task record then send an email to the employee in the escalation record. When task record is saved, the escalation record needs to become empty. Solution A userevent script is created to send… Continue reading Email sending on save action of task record

Add Dropdown Options to Tittle field of Task Record

JIRA: PCIC-772 Scenario: Client wants to add dropdown options in the Tittle Field of the New Task po-pup window. Solution: NS does not allow changing the field type of the standard field ‘Task Title’ and the standard ‘Tittle’ field should have to filed with any value for saving the record. So that, we have to… Continue reading Add Dropdown Options to Tittle field of Task Record