This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

INNOVATOR FRAMEWORK - Foreign Key can't show list label in the Form

mark_chen - Thursday, September 22, 2016 1:44 AM:

Hi friends,

 

I am using Aras 11SP5,Client Firefox 31.3 ESR

 

When I define a foreign key with list, It can show the list label in grid , but can't show label in the Form.

Where can I fix the problem, Thanks

 



edonahue - Friday, September 23, 2016 4:03 PM:

Hi Mark,

Please try changing the Test1F2 form field to a text field, rather than a list field. Foreign properties are stored as string values, so the foreign property cannot be displayed in a list field.



mark_chen - Sunday, September 25, 2016 9:47 PM:

Hi Eli

Yes, if I change the form field to text field, the form will show the list "value".

But, in Aras 9.3 , the Test1F2 form use list field, it can show the list "label".

Can I show the list "label" in the Aras 11 SP5?

Thanks,

 



edonahue - Monday, October 10, 2016 11:36 AM:

Hi Mark,

My recommendation would be to write an onFormLoad event to retrieve and display the property's label instead of the value.