To add the PO link in every Inbound shipment item line in a custom field and will fetch the PO link with the corresponding PO document number that is already existing in the item line. We will use a checkbox as a flag here. Only if the checkbox is false we will consider the Inbound shipment.… Continue reading Add PO link in Inbound Shipments
Author: Steffy Thomas
Render PDF template to source the taxcode and VAT% using Suitlet
Render PDF template to source the taxcode and VAT% values
How to add text that includes static and dynamic text
NB-166 Product Listing Page
Email template
Loading icon to notify the user creation work Order transaction page
Client Event Script: var promise = new Promise(function(resolve, reject) { jQuery(“#custpage_load_img”).css(“display”, “block”); setTimeout(function() { resolve(); }, 500) }); promise.then(function() { var objRec = currentRecord.get(); window.location.reload() jQuery(“#custpage_load_img”).css(“display”, “none”); }).catch(function(errr) { console.log(‘errr’, errr); jQuery(“#custpage_load_img”).css(“display”, “none”); });