Options in email.send

The following code can be used to attach the Pdf of the transaction record to the email as an attachment and set the subject and body of the email using an email template. Create transaction PDF let transactionFile = render.transaction({    entityId: recordId,    printMode: render.PrintMode.PDF,    inCustLocale: true }); save the file to file cabinet transactionFile.folder =… Continue reading Options in email.send

How to link Online Custom Record Forms to Website

To link to an online custom form from your NetSuite website: Click the Setup tab. On the Setup page, under the Customization heading, click Record Types.The Custom Record Types list opens. In the Edit column, click the name of the record type you want to edit. Click the Online Forms subtab. Click the name of the form you want to link to.… Continue reading How to link Online Custom Record Forms to Website

To Update a field in the customer record from registration page of a site builder site.

We want to change the display the value added in the registration page in a particular customer field to another field. Solution1)Go to Commerce>Site builder>Themes.2)Edit the theme you want to select.3)In the general subtab search for the field Id of now using field.Then change the field id to the field where you want the value… Continue reading To Update a field in the customer record from registration page of a site builder site.