Adding New Value Column Values for Items included in CSV File for Adjust Inventory Worksheet Import

Create a CSV File for Inventory Worksheet Import with New Quantity and Value column. The user may create a saved item search for the items that will be adjusted with the Average Cost column included. On the exported CSV file, add a New Quantity column, enter values per physical count, and formulate another column to… Continue reading Adding New Value Column Values for Items included in CSV File for Adjust Inventory Worksheet Import

Integration: API Testing using Postman

Creating a request via postman for testing APIs – Using API Key Open an new request window in Postman select the request type: GET,POST,PUT,DELETE Provide the API url Select “No Auth” in Authorization” subtab In Headers subtab, add key as “Authorization” and value as “Bearer APIKeyvalue” (replace APIKeyvalue with key provided by client) Click send… Continue reading Integration: API Testing using Postman

Create a SuiteAnalytics Workbook to View Time-Off Plans and Associated Time-Off Rules

report to review existing Time-Off Plans and their associated Time-off Rules setup. Click Analytics Note: Use Administrator role.  Click Datasets Click New Dataset  Search record types: Enter Time-Off Plan Record Type: Click Time-Off Plan Data Grid: Click menu dots on the Name column Click Rename Custom: Enter Time-Off Plan Records list: Click the arrow before Time-off Rule to expand Click Time-Off Type Fields list: Click and drag Inactive to criteria builder  Click No Click Apply Records list: Click Time-Off… Continue reading Create a SuiteAnalytics Workbook to View Time-Off Plans and Associated Time-Off Rules

Updates to sales order form EXPT-148

Proposal summary  This proposal covers the changes to the sales order forms ,print picking ticket PDF updates and its proposed solution  Requirement   Expertec would like to update the PDF for print picking ticket, Increasing line spacing between items on “print picking ticket” so there’s more room between the lines, they would like alternate shading… Continue reading Updates to sales order form EXPT-148

How to Resolve the resource path error in Return flow of NetSuite -Pitney Bowes Integration

While doing the NetSuite – Pitney Bowes integration, there should create Return authorization in NetSuite using the details from Pitney-Bowes(Return Flow). During the process , a resource path error may occur like in the below shown image. So, to resolve it should give the timestamp values in right format in the relative URL field and… Continue reading How to Resolve the resource path error in Return flow of NetSuite -Pitney Bowes Integration

Published
Categorized as Celigo

Suitelet Page To Display Cash Projection Report

/** * @NApiVersion 2.1 * @NScriptType Suitelet */define([ “N/log”, “N/record”, “N/task”, “N/ui/serverWidget”, “N/util”, “N/url”, “../../Library/JJ CM NS Utility.js”, “../../Model/JJ CM Resolver Model.js”, “../../Excel Template/JJ CM Resolver Template.js”, ] /** * @param{log} log * @param{record} record * @param{task} task * @param{serverWidget} serverWidget * @param{util} util * @param{url} url * @param{jjUtil} jjUtil * @param{modelResolver} modelResolver * @param{templateResolver}… Continue reading Suitelet Page To Display Cash Projection Report