amalgamation of ADP table from 2 sources
Content
we have a design question : How to do amalgamation of data from 2 different sources ( BO and ERP ) in ADP table ?
we have a BO - EmployeeBO. Fields are firstName, lastName, email
we have table ( rows = Multiple to get automatic checkboxes ) based on ADP above BO. Table displays above 3 columns and all 5 rows.
We have a ERP. We have created a connection in VBCS to ERP and have all REST end points exposed ( including get_all_Suppliers )
Requirement is :
1> To the ADP based table above, we want to add fourth column. This column will show up as SelectSingle drop down displaying Suppliers in drop down (ERP get_all_Suppliers ).
0