| Mohammed 的个人资料Dynamics AX日志留言簿网络 | 帮助 |
|
|
8月10日 Dynamics AX - make a ‘display method’ field, render as a link on a report
Question: How can one make a ‘display method’ field, render as a link on a Dynamics AX report? Answer: Note: the value needs to be stored in a table, it doesn’t matter if the table is not a datasource on the report query... also its better to write the display method on the table (rather than writing it on the report) 1. Create a Extended datatype for that field (after creating the edt, set the edt up on the table>field properties window) 2. Define a relation on the EDT ( this also governs the data a user sees when they click on this fields dropdown on a form). 3. on the table : set the form ref property ( this is the form you want to be opened when the user right click on the report field). 4. make sure that the display method is returning the EDT, rather than a primitive type (for example, display itemid myMethod() instead of display str myMethod() ) 5. On the report control (the field in the report body).. this is the field where u have the method set to the display method... now set the table and field properties to the table/form you want opened when the user right clicks on it.. 引用通告此日志的引用通告 URL 是: http://dynamic-ax.spaces.live.com/blog/cns!13619E6948204DE3!344.trak 引用此项的网络日志
|
|
|