If we need to set the record id instead of setting it by hard coding, add the following code, For Eg, we need the link to a particular sales order ‘123’ var salesOrderURL = url.resolveRecord({ recordType: record.Type.SALES_ORDER, recordId: salesOrderId, isEditMode: false }); // to get the link of the sales order var companyInfo = config.load({… Continue reading To get the link of a particular record using the script
Tag: Set URL
Set URL for item fields
To set the full URL of image fields to another field in item record