How we can integrate the Natural map with Applinxs. we have a Natural map that has be to be integrated with Applinx and there one of field input field should as drop-down box.
like here once we entered employee id first name and last name populate and employee type can be chosen from drop down box
Natural Map:
Employee id : 123456
First name : xyx Lastname : xyx
There are a few ways to transform an unprotected fields into combo boxes.
Probably the easiest is to define a combo box transformation thru the ApplinX Designer to the relevant fields - please see this section in the ApplinX documentation for more details - Transformations
Other methods would require implementing a code in the ApplinX web application that will transform the fields into a drop-down component.