Info: HTN-104 As we know, the governance limit for Schedule script is 10000 & crossing this will result in execution failure.Normally, we reschedule scripts to overcome these conditions. But what about in the case where we perform loops that search huge records & update based on the given range. Example situation: Consider 150 customers are… Continue reading Checking Test scenarios for Usage Limit Exceeded cases.
Author: Bibin Thomas
Print Template after converting the given Pixel Dimension to percentage mode.
//Info: YAL-16 Template To be previewed: Before Proceeding, we need to make clear how much <td> is required in order to display just the inside box.For making the page width & spacing clear, we are converting the Pixel dimension to percentage mode. Thus we can group all specifications to a total of 100% & dividing… Continue reading Print Template after converting the given Pixel Dimension to percentage mode.
Suitelet Internal URL VS External URL
//Info: TAIP-740 There are Instances in which we have to connect the URL of Suitelet to preview other pages.We Normally pass External URL in most cases, However, it’s also ok if we pass Internal URL to connect other pages & thereby perform operations. But, we have to ensure some criteria are given for this case.Internal… Continue reading Suitelet Internal URL VS External URL
Update IF Record Fields using REST API
//Info: HL-97 Requirement: Update Netsuite Item fulfillment Record Field using REST API Suitable Endpoints. Here, the field need to be updated was IF Status which holds 3 specific values: 1. Picked 2. Packed 3. Shipped We have Done this using Postman interface.For this integration setup, Initially you have to create TBA & connection between NS… Continue reading Update IF Record Fields using REST API
Matrix Items not set up correctly on BC Issue checking
//Info: COR-482 There are certain issues faced while setup an integration with 2 platforms.In this case, Some Matrix items in NetSuite are not sync correctly towards BigCommerce through Celigo.So, Its better if we have a correct way to Identify the issue from the very beginning, right? 1. Initially, Check the Given Item in NS side.… Continue reading Matrix Items not set up correctly on BC Issue checking
Update Label of Pdf Templates, If file is available in NetSuite.
Info: JS-380 There are occasions in which we have to change the label or Font for a Given template.In some cases, the related files (ttf) need to be up in file cabinet & we just need to add the file link in template. This Should be further updated in the Table styling option.
Change Class of Settlement Record by taking the value from Line item of another Record.
//Info: JOIN-205 Note:This part is added under Reduce context stage in MapReduce script.‘dataObj’ , which is mentioned initially holds the value of records that the user chooses. This can be done in getInputData stage.
Return Multiple Values to Next Script Entry Points
There are scenarios where we have to pass or return multiple values to another Entry point, so that value can process as per the requirement.Normally, The first Return statement that holds some specific data in any Entry point is accessible to next Point by logging the context in initial line.This is not feasible in cases… Continue reading Return Multiple Values to Next Script Entry Points
Store Errors in script as a csv file
//Info: JOIN-203 Bugs & errors are common in every script. Usually, we used to Identify these by using try and catch statements.what if there are chances to get ‘n’ number of errors in each part…? its better if we are able identify errors in initial run, save it & continue the next section. Even though… Continue reading Store Errors in script as a csv file
Fixing Column span if multiple tables are aligned together
In most cases, Alignment is a major concern while working with Templates. Checking the above example; Even the columns required are same in both cases, we should consider the span of each section in order to make the center-aligned field to be perfectly occurred as a midline which will increase the visibility much more effective.… Continue reading Fixing Column span if multiple tables are aligned together