Show a popup window to add the reason while changing the Price level field value

Code section to enter the reason when the user changes the price level field value to ‘Custom’. Use the below-mentioned code section in the ‘fielsChanged’ entry point of the client script fieldChanged: function (scriptContext) { try { if ((scriptContext.sublistId == ‘item’) && (scriptContext.fieldId == ‘price’)) { let currentRecord = scriptContext.currentRecord; let currentLine = scriptContext.line let… Continue reading Show a popup window to add the reason while changing the Price level field value