Expand my Community achievements bar.

Do you have questions about the migration to Adobe Business Platform? Come join our upcoming coffee break and ask away!
SOLVED

Changing Program ID to Program Name in a new View

Avatar

Level 3

I'm sure this is pretty elementary and I know I've done it before, but for the life of me can't recall how to do this.....

I'm setting up a new view and would like to show the Program Name in the view but the only option I have is Program ID, which is just a string of characters.

Anyone know the code change I'd need to make here to showcase the actual Program Name:

displayname=

linkedname=direct

namekey=programID

querysort=programID

valuefield=programID

valueformat=HTML

1 Accepted Solution

Avatar

Correct answer by
Level 3

Found out where I had done this previously for anyone interested 😀

displayname=Program

linkedname=program

namekey=view.relatedcolumn

namekeyargkey.0=program

namekeyargkey.1=name

querysort=program:name

textmode=true

valuefield=program:name

valueformat=HTML

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

Found out where I had done this previously for anyone interested 😀

displayname=Program

linkedname=program

namekey=view.relatedcolumn

namekeyargkey.0=program

namekeyargkey.1=name

querysort=program:name

textmode=true

valuefield=program:name

valueformat=HTML

Avatar

Employee

Thank you for sharing you answer, Chris. I'm going to select it as a best answer so future people will know there was a solution!