Automatic refresh custom datasource

Hi

I have custom datasource which return one row. I linked this datasource with fieldgroup in editwindow. Now I’d like refresh this
datasource automatic when field or fields in other fieldgroup in this editwindow will be modified. I create query for this custom datasource in service. How can I realize this case ?

Hello @andrzej.paluch72

You can subscribe for screen AfterCloseEvent and refresh your datasource manually.

Regards,
Daniil