Monday, December 2, 2019

Find TableId using SQL for D365FO

Query : select * from SYSTABLEIDVIEW where id = 'table_id'
This image has an empty alt attribute; its file name is image-2.png

No comments:

Post a Comment

How to loop selected records on grid for form in dynamics ax?

To loop/iterate selected records from grid on form you can use following code, this can be done on clicked method of button control : Invent...