In VBCS, we are using tables to list or fetch or populate the data. This table component can be populated in VBCS using following two ways:
- SDP(Service Data Provider):
- This is mostly used when we have Business Objects in VBCS and wanted to populate data using it.
- ADP(Array Data Provider):
- It provides more flexibility to populate and manipulate data than SDP.
- This can be used to populate data using Business Objects, Third Party servics or Static data.
- Storing data in ADP (rather than SDP) is useful whenever you want to further modify the data on the client side. For example, if you are looking to create updatable tables in your UI.
IN future POCs, we will see how to create a ADPs and use them.
No comments:
Post a Comment