We are encountering an issue during the workflow process where the username column needs to include the nickname (Employee name). For example, it should display as 10001257-admin. Please refer to the attached screenshot for more details.
We are encountering an issue during the workflow process where the username column needs to include the nickname (Employee name). For example, it should display as 10001257-admin. Please refer to the attached screenshot for more details.
To display username/nickname in workflow status instead of userid <unamesql> tag should be added in axprops.xml as sample given below
<unamesql>select name from usermapping where uname in (:userid) </unamesql>
tablename, query may vary as per definition