1:19:10 Unless things have changed, you should call reread() and refresh() on the datasource, not research(). You changed only a single record. Reread() rereads the current record only, putting it into the datasource buffer, then refresh() updates the form control for that one record. Research() involves more processing, and reruns the entire query for the form, with filters applied, fetching data for 1, or 10, or 100, or 1000 rows into the form buffer then refreshing the form for all those rows.
Sir, One video on system workflow, the workflow which will consist on all kind of element. A video which show all element of workflow and its usage with full properties and workflow canvas
19:30 The names of your two parm methods are inconsistent. The first one you named after the field and not the EDT, and the second one you named after the EDT and not the field.
@@TonyTigerTonyTiger the names should me meaningful, no need to be so much strict on everything. My videos are for new learners for training them or onboarding them on their new jobs. If you are so expert you can find some material that you can like please.
thank you so much! your videos are direct to the point and very useful. when I follow it the code works 100%
Thanks for appreciations. Do share the videos.
Great work ......Keep it up ....
Thanks a lot
Ur training videos are great. Keep posting!
Excellent explanation, please make video on batch jobs and multi threading batch jobs also.
Thanks, noted.
@@PirKhurramRashdi did you already made video on batch jobs and multi-threading batch jobs?
Explanation was great
1:19:10 Unless things have changed, you should call reread() and refresh() on the datasource, not research(). You changed only a single record. Reread() rereads the current record only, putting it into the datasource buffer, then refresh() updates the form control for that one record. Research() involves more processing, and reruns the entire query for the form, with filters applied, fetching data for 1, or 10, or 100, or 1000 rows into the form buffer then refreshing the form for all those rows.
Yes agreed if it is one record update. Thanks
Thanks! Great videos
Well done Sir
Great sir
Thank you. It is so helpful!!
You're welcome!
Sir, One video on system workflow, the workflow which will consist on all kind of element. A video which show all element of workflow and its usage with full properties and workflow canvas
Noted
sir, can we import the excel file using sysoperation framework and run it in batch processing?
Informative 😍# can u upload how can we upgrade code from 2012 to d365
It depends which code you wanna upgrade, because over layering is not allowed any more, however, you can write extensions.
19:30 The names of your two parm methods are inconsistent. The first one you named after the field and not the EDT, and the second one you named after the EDT and not the field.
Does not necessarily need to follow the EDT names.
@@PirKhurramRashdi But you should be consistent, and you weren't.
@@TonyTigerTonyTiger the names should me meaningful, no need to be so much strict on everything. My videos are for new learners for training them or onboarding them on their new jobs. If you are so expert you can find some material that you can like please.