facing an issue in Epicor Kinetic Application Studio where data is not loading into the grid.
Added the UD01 and UD02 views in Application Studio. Both views contain PO-related data, and the data is available when checked at the database level. However, the grid in Application Studio is not displaying any records.
Could you please review this issue and advise on the possible cause or required configuration changes to resolve it?
Added metafx-panel-card-grid
–>Data -->EpBinding =UD01
Grid Model–> Ep Binding =UD01
That is not how a dataview works, its just a variable to hold data. You have to load it somehow. The guided setup for a dataview can help you connect a BAQ or BO to load the data.
Hi @mohbatrai,
When you set up a Data View in Application Studio using the ‘Data View Guided Setup’, the system automatically creates an event for you. You can then trigger that event however you prefer.
Here’s an example: I’ve configured a Data View that queries the UD01 table and returns the results into a new view (UD01). This event could be triggered in several ways — After Get By ID, After Row Change, etc. but for this demonstration I’ve added a button that retrieves the rows on demand.
Since the UD01 table is quite large in my environment, I’ve applied a filter of Number01 = 180. In your case, you’d more likely filter on something like Key1 = {POHeader.PONum}.
Step 3: Application Studio will now have generated two items, your Data View and the event that performs the REST call and populates the Data View based on the parameters you provided.
Finally! map a grid or panel card grid to your view using the ‘Guided Setup’ at the top of the properties pane in application studio when your grid is in selection