TO PUSH THE ADVANCED TEMPLATES TO GIT REPOSITORY

Create the git branch. Create the Project. Inside the projects objects folder using the command Palette. Import objects. select the advance PDF template Now from the list choose the PDF template using internal id and the push it to the git repository.

PDF TEMPLATE STYLING IN THE EVEN ITEM LINES

this is the code sample in the advanced pdf template to add styling in the even item lines. To add these styling In the advanced PDF template <#if item.item?string != “Sales Note”> <!– Exclude ‘Sales Note’ –> <tr style=”<#if item_index % 2 == 1>background-color: #f2f2f2;</#if>”> <td>

SCRIPT SAMPLE TO REPLACE THE VALUES OF EMAIL TEMPLATE

this code sample is used to update the content of the email template and use the html code to include the link to a suitelet that needs the customer id as parameter.      const unsubscribeLink = `${SUITELET_URL}&customerId=${customer.id}`; //here the suilet_url is define globally                 const linkHtml =… Continue reading SCRIPT SAMPLE TO REPLACE THE VALUES OF EMAIL TEMPLATE

USER EVENT TO POPULATE THE ITEM PRICING SUBLIST VALUES BASED ON THE CUSTOM SUBLIST

/**  * @NApiVersion 2.1  * @NScriptType UserEventScript  */ /* *MARUN-164 Custom Pricing management and synchronization** * * * ********************************************************************************************** * * Author: Jobin and Jismi IT Services * * Date Created : 25 November 2024 * Created By: Akshay B Nair, Jobin and Jismi IT Services * Production movement: * * Description : to populate… Continue reading USER EVENT TO POPULATE THE ITEM PRICING SUBLIST VALUES BASED ON THE CUSTOM SUBLIST

SET UP AUTO GENERATED NUMBER

to set up the numbering format and automatic number generation for transaction we can navigate to we can set up number for these all records add prefix or suffix based on the reguirement The set-up numbers are generated for the new records after setting up in the preferred format