Change NAME() and add CODE() to Users list

As a Model Builder, I need a function to return User's First & Last Name, so I think the best solution would be adding CODE() function for Users list (which would have current functionality of NAME()), and change behavior of NAME() function applied to Users list. For backward compatibility, if NAME() cannot be changed, some function should return User's name. So ideally:

  • New function available for Users list and change of the existing one to behave more intuitively:
    CODE(User) -> text (Email)
    NAME(User) -> text (First Name & " " & Last Name)
  • Or, if NAME() cannot be changed, something like this:
    DETAILS(User) -> text (First Name & " " & Last Name)
23
23 votes

In Review ยท Last Updated

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Comments

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In