Hi Folks -
I have a DataCard on my EditForm that also has a ComboBox. The ComboBox is populated with Alias values of data element. As you know, the business user only knows Aliases vs the unique ID. For instance, Massachusetts is the Alias but the financial system recognizes it as 0987.
I have placed the CombBox over this field to "trick" the user.
Then, based on the CombBox selection, I have a LookUp on my Value card that uses the ComboBox selection (i.e. Massachusetts) to return the unique id from a table (i.e. 0987) which is what is sent to th undelrying SP List. Therefore, if/when the user goes back to the form and wants to edit this field, I need to display what is in the SP List. But what it's the SP List isn't in the ComboBox as explain above.
Essentially, I need to do the reverse logic. Based on the SP List value, I"ll need to lookup it's corresponding "Alias" to return the value that is available in the ComboBox list of values.
How do I acheieve this?
Thank you!

Report
All responses (
Answers (