Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/12/2024 09:04 AM
Hello experts,
How can we write the Account name rule in upper case
requirement is
users.firstname_users.lastname
Example: ABC_NAME
Thanks in Advance
07/12/2024 10:00 AM
upper(concat(users.firstname,'_',users.lastname))
07/15/2024 08:17 AM
Below document for reference:
Database functions like concat and substring are supported. However, custom functions are not supported.
Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.