We create a button in the PO record for ‘Submit for Approval’ using workflow. When we click the button, user got the Email for approve or reject the PO. In Email, user got 2 options, one for Accept and other for reject. If user clicks the Accept link, the status of the Po record will… Continue reading Workflow for Submit for approval in purchase order record
Author: Magi Thomas
How can send email using Email Template
To begin, we will create an Email Template in NetSuite using navigation Documents>Templates>Email Templates>new Give name to the template and select the Recor Type from the drop-down list. In Template sub tab, select the TEXT EDITOR and write the content in the body. Email Template – https://668649-sb1.app.netsuite.com/app/crm/common/merge/emailtemplate.nl?id=398 When the status is changed from active to… Continue reading How can send email using Email Template
Add a line item to a Sales Order Using Celigo
Adding a line item to a sales order in NetSuite using the hook icon on an import flow. The following JavaScript function checks for empty data returned from an import flow. Add the script and then apply this function to an import hook.
E-Waybill GSP API
Environments Clear Tax E-Waybill GSP has 2 environments: 1.Sandbox Environment 2.Production Environment 1. Sandbox Environment For testing, it is recommended to always use the sandbox environment. To create an account, contact Clear Tax sales representative. Sandbox accepts ONLY some specific GSTIN as seller, receiver and consignee. Please do not use other GSTIN. URI: https://api-sandbox.clear.in IP:… Continue reading E-Waybill GSP API
E-Way Bill
E-Way Bill is an Electronic Way Bill for movement of goods to be generated on the E-Way Bill Portal. It is a unique document or bill, which is electronically generated for the specific consignment and movement of goods from one place to another, either interstate or intrastate, and of value more than INR 50,000 required… Continue reading E-Way Bill
How to get E-Invoicing Auth Token from Clear Tax Portal
To generate your user auth token, 1. Log in to your Clear Tax E-Invoicing sandbox account – https://einv-sandbox.internal.cleartax.co or your Clear Tax E-Invoicing production account – https://einv.cleartax.in based on which environment auth token you want to generate. 2. On the bottom left corner click on “Settings”. 3. On the sidebar menu, click on “Integrations”. 4.… Continue reading How to get E-Invoicing Auth Token from Clear Tax Portal
How to set up ClearTax account
Sign up with Clear Tax GST To create an account with Clear Tax GST, go to https://gst.cleartax.in/ and sign up with your email id. To sign up, enter your email ID and select a password at this screen. Complete your profile Step 1 – Select the account type Clear Tax GST supports two types of… Continue reading How to set up ClearTax account
Errors in Clear Tax
Clear Tax Error response will always tell you 2 things: What is the error? Where is the error? You can get this error response with different HTTP status code based on the API you are using. Example: You can get it with 400 Bad Request or with 200 OK The errors object under errorResponse will… Continue reading Errors in Clear Tax
Prerequisites to obtain E-invoice Clear Tax environments
Clear Tax GST GSP has 2 environments: Sandbox Environment Production Environment 1. Sandbox Environment For testing, it is recommended to always use the sandbox environment. To create an account, contact clear tax sales representative with the following information: Company Name Company Address Company Website address Authorized Signatory Name Contact Email ID Contact Mobile No… Continue reading Prerequisites to obtain E-invoice Clear Tax environments
Display Lot number (Serial Number) in the pdf print using Advanced PDF
We can add Lot No from the inventory details to the pdf print of the records. The following screen shot; Lot No is displayed as a separate line in the table. After the item details are defined, this code will be written. The number of <td>s depends on how many columns are in the table.… Continue reading Display Lot number (Serial Number) in the pdf print using Advanced PDF