Manufacturing Workbook

NetSuite provides a Manufacturing Transaction data source, which introduces the analytics transactions concept for manufacturing-specific transactions. The following transaction record types are available in the Manufacturing Transaction data source: Transaction/Manufacturing Transaction – Transaction Header information Transaction Line/Manufacturing Component – Standalone lines related to transaction

How to Add Pagination in Magento 2 Custom Collection

Pagination is the process of separating print or digital content into discrete pages. It is an ordinal numbering of pages, which is usually located at the bottom of the site pages. Pagination also refers to the automated process of adding consecutive numbers to identify the sequential order of pages. Some types of website content benefit… Continue reading How to Add Pagination in Magento 2 Custom Collection

Compare two Excel sheets for differences in values

To compare two sheets for different data, we can make use of the excel formula and identify cells with different values. To compare two Excel worksheets for differences, just open a new empty sheet, enter the following formula in cell A1, and then copy it down and to the right by dragging the fill handle.… Continue reading Compare two Excel sheets for differences in values

Accessing Assembly Items via SuiteQL

Description We can fetch some of the beta record fields using SuiteQL in postman. Here Assembly Item is an example for beta record. Solution We can only fetch the following fields of Assembly item record using SuiteQL Assembly Bills of materials Can be master Master default To use SuiteQL, we need to be careful of… Continue reading Accessing Assembly Items via SuiteQL

Error while fetching Assembly Items via REST API

Issue when we try to fetch the assembly items via REST API, it returns a forbidden error with detail as “The assembly item record is only available as a beta record”. Solution 1 We cannot fetch all records via REST API as some of the records are beta for REST API. In order to fetch… Continue reading Error while fetching Assembly Items via REST API

Add Custom Action to New Role

Description There is custom action for us called “VERIFY SO”. Currently this action is allocated to “WAREHOUSE” role only. Can you please make this custom action available to WMS MOBILE OPERATOR role? Solution We have checked the WMS Mobile Operator role in the roles list and identified that it used the center type “WMS”. So… Continue reading Add Custom Action to New Role