26 April 2018

Refresh from data source from class in AX7 / D365


Table tableBuffer;
FormDataSource formDataSource;
tableBuffer = _args.record();
formDataSource = FormDataUtil::getFormDataSource(tableBuffer);
formDataSource.research();

2 comments:

  1. I read a article under the same title some time ago, but this articles quality is much, much better. How you do this.. Tableau Data Blending

    ReplyDelete

Give me the commetns and solutions

How to add the Display method in the form level in D365 F&O

 The below examle is to add the form -Data source level adding display method and assigning to form design control.