Hello,
Now that i am learning about datasource's extensions, I realized that in each method i have to create a table variable to get the current value using this:
TableName tableName = this.cursor();
It seems weird to me that i need to create a local cursor in each method, knowing that the form class is using a runtime table variable with the current cursor value. In Dynamics 20212 we could use directly the runtime variable.
Why is different in D365? Am I missing some performance logic here?
Regards,
Eisenberk