We need to create an updatable dashboard that allows users to update the Country of Origin saved on the Part Master, from the dashboard. The problem is that the value saved under “ISOrigCountry” in the Part table is the CountryNum, not the Country description.
Is there a way for the user to enter the country “description” on the updatable dashboard, but it saves the CountryNum on the Part’s table? See below:
In the updateable BAQ, go to the Update tab, General Properties and click the Advanced Column Editor Configuration. Then you can attach things to the field.
I am actually trying to create an updatable dashboard to update the country of origin. After a few tests nothing works. Does it require a load via DMT or am I supposed to be able to update the country of origin via an updatable BAQ?