Wednesday, August 30, 2017

How to access form objects

Hi All,
Hope you are doing well. here, I am going to post something which is basic and important as well.
• FormRun : element
• DataSource : DataSourceName_ds
• Active Record : DataSourceName
• DataSource Query : DataSourceName_q
• DataSource Query Run : DataSourceName_qr
• Field value : DataSourceName.Field
• Control element.control(element.controlId(formControlStr(FormName, ControlName)))
          Or AutoDeclaration
Till then, Happy Daxing……..

No comments:

Post a Comment

D365 Extensions: Extend the validateField Method on a Table

In this post I will going to show you, how to extend the validateField method on a table. As example I used the SalesLine, where I will ...