Rendering Custom record PDF in suitescript

For rendering a custom record PDF, First step is to create a template for the custom record. Code snippet: var renderer = render.create(); renderer.addRecord(‘record’, record.load({ type: ‘custom_rec_type’, // specify the custom record type id: parseInt(recId) })); renderer.setTemplateByScriptId(“CUSTTMPL_108_5272043_SB1_890”);// specify the template Id. var spiffPDF = renderer.renderAsPdf();

Workflow to hide fields in view mode for records with specific condition

A workflow that hides fields on the customer record whenever the customer has specific subsidiary can be defined as follows: Workflow Name: Customer Hide Details in ViewRecord Type = CustomerSubtype = Customer Initiation: Event BasedEvent Definition:On Create, On Update selectedTrigger Type = Before Record LoadEvent Type = View Condition: Subsidiary = ABC Subsidiary State 1: Hide FieldsAction 1: Set Field… Continue reading Workflow to hide fields in view mode for records with specific condition

Process in Bulk fulfillment of Orders

Scenario: Bulk Fulfilling of Sales Orders/ Transfer orders Solution: You can fulfill many orders simultaneously from the same location. You select the location from which you want to fulfill the orders and submit the orders for processing. NetSuite processes the orders in the background. To bulk fulfill orders:1)Go to Transactions > Order Management > Fulfill… Continue reading Process in Bulk fulfillment of Orders

How to share credentials with Celigo using LastPass

To access LastPass through the web portal, navigate to the LastPass home page at lastpass.com. When using the web portal in your first-time sharing credentials through LastPass, you may need to generate sharing keys in order to activate account sharing. The following steps explain how to generate access keys, which you will need to do only… Continue reading How to share credentials with Celigo using LastPass

Published
Categorized as Celigo

Find active tickets in Celigo

We can find your recently submitted support tickets by logging into Celigo’s Help Center. Select your profile avatar. Select My Activities. Then we can get the details of the submit tickets

Published
Categorized as Celigo

How can we submit ticket in Celigo

Celigo provided a feature to developers get assist to solve issues in the development of flows in Celigo with Celigo support team. To get this help, we need to submit ticket to Celigo. we can submit a support ticket while signed into integrator.io using the Help menu in the application sidebar. Select Submit ticket and continue on to create your ticket… Continue reading How can we submit ticket in Celigo

Published
Categorized as Celigo

Drop Shipping Kit Members

When we initially enter a sales order that includes a kit with a drop ship member item, NetSuite automatically generates a special order purchase order for the member item. Drop ship inventory items are treated as special order items when they are sold as part of a kit. If we change an existing order to… Continue reading Drop Shipping Kit Members

Resolve Error: “HTTP 405 Method Not Allowed” in Suitelets using POSTMAN

While using POST request in POSTMAN ,this type of error may be raised. And GET request may function properly. The error in POST request can be resolved by following methods: Make sure API is correct. Set the key/pair values of the request’s HTTP Headers to “User-Agent : Mozilla/5.0” in the posting tool. The Suitelet will… Continue reading Resolve Error: “HTTP 405 Method Not Allowed” in Suitelets using POSTMAN

Fixed Asset Creation Through Vendor Bills

The NetSuite Fixed Assets Management Suite App provides automated management of fixed assets acquisition, depreciation, revaluation, and retirement, as well as maintenance schedules and insurance.    Process  1.Creation of vendor bills  Go to Transactions> Payables> Enter bills  The system then creates a custom record that is attached to the asset and becomes available in the asset… Continue reading Fixed Asset Creation Through Vendor Bills