Home Analyst Portal

Customizing User Info page

Brian_WinterBrian_Winter Customer Advanced IT Monkey ✭✭✭
One crucial element that is missing on the User Info page (UserRelatedInfoById) is the Employee or User ID.  We have just about everything else (except In Progress RAs under Active Work Items, but that's a whole different thread).

Since this form isn't like our WorkItem .js forms, is there a way to modify this page to include other AD data, such as User or Employee ID?

Best Answer

Answers

  • Brian_WinterBrian_Winter Customer Advanced IT Monkey ✭✭✭
    Too damn simple.  Added one line of code (and removing a Spacer):

    { DataType: "Display", PropertyDisplayName: "GlobalID", PropertyName: "UserName"},
Sign In or Register to comment.