My Stuff
Comments
-
You should check if there are any aftersubmit user event against the Record. If there are any make sure that it will not trigger if you are doing delete event.
-
I think i already found the problem i have a record after submit that might be triggering the error. I made some adjustment already on the script that it will not trigger when deleting Thanks for the help by the way
-
Please see code below . I do have some logs it just creates that error for all the records that where part of the saved search that needs to be deleted. I tried putting it in an array instead og using the result set object. But it is still the same. if (scheduleId && quantity) { updateEquipmentBillingQty(scheduleId,…
-
Hi Jag, In order for this to work you need to create a template file that represents the other format this can be saved as an xml. Then create a combination of user events where you creates the button for the new Print Template which will call the suitelet that you need to create also by suitescript, this suitelet will…