Embedded Dashboard Refresh

I have an embedded dashboard in Sales Order screen that displays some line information along with extra data, it subscribes to ‘OrderNum’, when I open the sales order screen it populates fine, however, on editing or adding lines it doesn’t refresh.

Is there a way I can get the data to refresh please

You’ll need to subscribe at the line level, not the header.

1 Like

Hi Kevin,

This is the setup.

image

image

However, if you see the sales order screen there are 4 lines on the sales order but only 3 showing in the embedded dashboard.

I have now tried to use a BAQDataview instead, I have the Dataview working and using the ordernumber to filter the BAQ results, however, the dataview does not refresh - same issue as dashboard.

Can anybody help please?