To get the link of a particular record using the script

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