Display Method in D365
X++ Programming Language > D365 Table > Table Methods
2952
Answer:
Indicates that the methods return value is to be displayed on a forms (or) Reports .The value cannot be altered in the form or report
Take the new method in a table, and then drag that method into the grid and set data source properties. In that field is non-editable.
We can create display method on the
- Table methods
- Form methods
- Form data source methods
- Report methods
- Report design methods
Display Name names () { CustTable custTable; ; return CustTable::find(this.CustAccount).Name; }
This Particular section is dedicated to Question & Answer only. If you want learn more about X++ Programming Language. Then you can visit below links to get more depth on this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.