Spaces:
Sleeping
Sleeping
processmaker-community / processmaker-files /workflow /engine /xmlform /cases /cases_ReassignUsers.xml
| <dynaForm type="xmlform" name="cases_ReassignUsers.xml" width="500" enabletemplate="0" mode="edit"> | |
| <REASSIGN_USER type="dropdown" required="0" readonly="0" mode="edit"><![CDATA[ | |
| SELECT USR_UID, CONCAT(USR_FIRSTNAME, ' ', USR_LASTNAME, ' (', USR_USERNAME, ')') AS USER_FULLNAME FROM USERS WHERE USR_STATUS <> 'CLOSED' | |
| ]]><en><![CDATA[User]]><option name=""><![CDATA[- Select -]]></option></en></REASSIGN_USER> | |
| </dynaForm> | |