Dear everyone,
I'm trying to create a dropdown list in a standard OIF (accountorgoifeco) in General/Details, so real easy customising options.
The goal is representing ranges of number of employees.
I created a bco NUMBEREMPLOYEES, with fields ID (key/code) and NBEMPLOYEES (Attribute/Text/Short).
Created a related set (NBEMPSET), with 3 rows.
Created the configuration view and BAC.
Added the bco to my xbo.
[Label("Number Of Employees")] element NBEmployees : NUMBEREMPLOYEESCode ;
Added it to my OIF UI. It's a DropDownListBox.
But when I test it, the dropdown list only shows : <1>, <2> and <3> (meaning the ID number in my SET).
How can I display the value filled in my NBEMPLOYEES field ?
To have access to the configuration view in ByD, what do I have to do ? Where the link will be (in what work center ) ?
Regards