Home General Discussion
Options

Adding Extra Props for Affected User

Hi

We want to display things like User Name, Title and Phone Number for the Affected User. So far I haved ExtraProps to display 1 property i.e. UserName, but how do I add more than 1 property?

DataType: "UserPicker", PropertyDisplayName: "AffectedUser", Required: true, PropertyName: "RequestedWorkItem", ExtraProps:"UserName"

Cheers

Nic


Best Answer

  • Options
    Brad_McKennaBrad_McKenna Customer Advanced IT Monkey ✭✭✭
    Answer ✓
    @Nicola_Schubert You can place multiple values with the quotes.
    Example: "UserName,Title,Department"
    These values though will show inline, separated by commas.

Answers

Sign In or Register to comment.