if (status === ‘Billed’ && scriptContext.type === scriptContext.UserEventType.EDIT) { log.debug(‘error’, ‘You cannot edit a Sales Order with status “Billed”.’); throw (‘You cannot edit a Sales Order with status “Billed”.’); … Continue reading Restrcit editing the record when try to edit by passing edit varable in url
Tag: edit
Restrict edit functionality when status is billed
if (newRecord.type === record.Type.SALES_ORDER) { let status = newRecord.getValue({ fieldId: ‘status’ }); log.debug(‘status’, status); try { // Check if the Sales… Continue reading Restrict edit functionality when status is billed
Restricting Editing of Sales Orders in Customer Center
In certain scenarios, it is essential to prevent users from editing Sales Orders (SO) when specific conditions are met, such as when a pick task is associated with the order. This ensures the integrity of the order fulfillment process, particularly when integrated with third-party applications like RF Smart. Implementation Steps: Open Orders Search Feature: A… Continue reading Restricting Editing of Sales Orders in Customer Center
How to edit photos in Lightroom to get studio effect
Import your photos into Lightroom by clicking on the Import button in the Library module. Choose the location of your photos and click on Import. Select the photo you want to edit from the Library module and switch to the Develop module. Adjust the basic settings such as exposure, contrast, highlights, shadows, whites, and blacks… Continue reading How to edit photos in Lightroom to get studio effect