VALID_LINE_ITEM_REQD when transform from Sales Order to Item Fulfillment

Jira Code : MICL-358 You must have at least one valid line item for this transaction error will stop us from creating an item fulfillment from a sales order at the stage of record.transform() if we did not specify an inventoryLocation in the defaultValue parameter. Here is a working code which creates an item fulfillment via record.transform().

Resolve Page not Found Error after Sandbox Refresh in SuiteCommerce Advanced

Resolve Page not Found Error after Sandbox Refresh in SuiteCommerce Advanced To resolve the Page Not Found error after Sandbox refresh, follow the steps below: Navigate to Commerce > Website > Website List > Edit Under the Touch Points tab, take note of all the web site touch points Remove all the touch points Under the Domains tab, take note of the… Continue reading Resolve Page not Found Error after Sandbox Refresh in SuiteCommerce Advanced

How can we display the component units of a kit item in an advanced pdf template?

Solution: In an advanced PDF template, we cannot populate the components unit of a kit item only by using standard features. Instead, We need to add a custom field in the line level of the item sublist and fetch those values in the pdf template. Or else need to implement a client script to fetch… Continue reading How can we display the component units of a kit item in an advanced pdf template?