Dialog list Display Values and actual values

Hi all.

I have a profile document that has a names field with mutiple names.

I get the value of this field and use it to list all the names in a dialog list.

My question is…

How can I display the the @name([CN];Name) value and store the full canonical format

I know that you can do this with values…

Display | Actual Value

but I can’t seem to figure out how this works for lists.

Hoping somebody knows this.

Thanks

Andrew

Subject: try something like this

Yes, you can do this. I’m working entirely from memory so this might not be quite right, but set your choices to ‘use formula for choices’ and try a formula like this:

x := @GetProfile(“config”; “namelist”);

@Name([CN]; x) + “|” + x