Hi,
we want to define a SLA Definition with a dynamic schedule. The schedule should follow the assignment group schedule.
I define the schedule to Incident Field, and schedule source field to Assignment group.
But when the assignment group change a...
Hi,I have write a UI ActionName: Reload formAction Name: reload.prompt.formNow I want to show the UI Action button inside a Client Script:function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { ...
Hi Mike,I want to show a button called "Reload form" only when the state of the incident changed to assigned, but not saved.So I intercept the change of the state with the client script and want to call tha action name of the UI Action to show the bu...