Hi All.
I have a situation that has got me stumped.
What I am trying to do is display a list of contacts so the user can select a or multiple contacts.
Since I cant specify the default state of the options in a list, I am using "InputMap" to do this for me. Currently this is all working fine.
However, there is a small problem that I cant figure out.
Given that you cant rely on the contact name being unique I have to use the contact ID and since this the also needs to be the KEY for the Map item, when you call InputMap, of course it shows the contact ID and no name Is there a better way to do this? or can anyone else suggest how to get around this wee conundrum?
I have a situation that has got me stumped.
What I am trying to do is display a list of contacts so the user can select a or multiple contacts.
Since I cant specify the default state of the options in a list, I am using "InputMap" to do this for me. Currently this is all working fine.
However, there is a small problem that I cant figure out.
Given that you cant rely on the contact name being unique I have to use the contact ID and since this the also needs to be the KEY for the Map item, when you call InputMap, of course it shows the contact ID and no name Is there a better way to do this? or can anyone else suggest how to get around this wee conundrum?