Hi,
We use CPS and I need to create a quicktext that pulls the user's suffix (suffix field from user management). Is there any symbol that I can use for that?
Thanks,
Jude
Not sure if you just need the suffix or the whole name but if you use
{PATIENT.LABELNAME}
returns
Mr. Peter J. Bauch, Jr.
Thank you but I am looking for User suffix not patient suffix
Sorry I misread your question but
{USER.REALNAME}
returns
Robin C. Janoff Jr
will return the full name.
This one seems to only bring first name and last name no suffix..
What is the reason for pulling the suffix? If it is to do something different if the user has some credentials, we use the jobtitle to do that. For example, we have forms with visibility hidden unless you are a physician so that an MA/Nurse can not fill out that section.