- Thu Dec 03, 2020 5:07 am
#828702
Hi
How can i delete by trigger a output document in a case, after created.
Thanks
How can i delete by trigger a output document in a case, after created.
Thanks
Moderator: ArturoRobles
$caseId = @@APPLICATION;
$query = "DELETE FROM APP_DOCUMENT WHERE APP_UID='$caseId' AND APP_DOC_TYPE='OUTPUT' AND APP_DOC_STATUS='ACTIVE'";
$result = executeQuery($query);
Hello guys! I want to build a process which each […]
The students, who feel helpless in the face of aca[…]
If I create a report table in an existing process […]