Sample Mass update for item fulfilment status

Mass update script /** /** * @NApiVersion 2.1 * @NScriptType MassUpdateScript */ /** * update the status of the itemfulfillment */ define([‘N/runtime’,”N/record”], (runtime,record) => { /** * Defines the Mass Update trigger point. * @param {Object} params * @param {string} params.type – Record type of the record being processed * @param {number} params.id – ID… Continue reading Sample Mass update for item fulfilment status

Add Live chat

Requirement Add live chat to the SCA website using an extension. Code needs to be added to the head tag of the shopping application. Solution Append the code given to head tag using the formula

Coupon Redirect Bronto

To set up the redirect (if it is simple) so when customers click on the coupon picture it goes to the website and will automatically add in the code.Jira code: SQUIP-345 RequirementWhen coupon code is clicked in the Bronto we have redirect it to the website and apply the coupon code in the account. SolutionFor… Continue reading Coupon Redirect Bronto