Right now I am getting the BO user id through CurrentUser() function. But I want to display the user first name and user last name.
Kindly help me to get the first and last name of BO login details.
I know how to split the first name and last name. Here I am getting the userid as bwtest1, bwqc1, bwdev1 etc. Now how to take the First and Last name of the userid. Please help me to find the BO login’s First and Last name.
You’re going to have to dig deep to get those - it’s buried in the CMS tables…
Easiest way might be the Infolytik product - link to a CMS query using user ID and display user from their query… Could also update your warehouse with user id and user names, if you don’t mind keeping it updated.