Process InformationTitle
SELECT
PRO_UID
FROM
PROCESS
INNER JOIN CONTENT ON (CONTENT.CON_ID = PROCESS.PRO_UID)
WHERE
CON_LANG = @@SYS_LANG AND
CON_VALUE = TRIM(@@PRO_TITLE)
TitleDescriptionCalendar
Process Category
Dynaform to show a case summary
SELECT FILE,NAME FROM _TEMPLATES1
Routing Screen Template
DebugHide the case number and the case title in the stepsThis a sub processExecute a trigger when a case is deleted
Execute a trigger when a case is cancelled
Execute a trigger when a case is paused
Execute a trigger when a case is reassigned
CancelSave