Workflow timer add businessdays
Hi All, We are using below workflow timer to wait 10 days from start date , now client asking to change 10 Business days , kindly help me code var change = current.variables.start_date;var gdt = new GlideDateTime(change);gdt.addDays(-10);var assig...