开发者

How do I add a Label to a display method in Dynamics AX 2009?

I would think you should be able to define a label on a display method. However, I can't see it in the properties window. But there is a Best Practice Warning:

Control label is a copy of its display method label

So who can either tell me how to add t开发者_运维百科he label or what this error message is really about?


The return type for the display method should be an Extended Data Type. On the EDT you should supply the label.


Each form control must have a label either inherited from EDT/Enum or explicitely set on the control. The label set on the control must not be the same as the EDT/Enum's label. I suppose in your scenario it is the same, and in order to get rid of this BP warning you should just clear the label in the control properties. If you want the label to be different you can change it in the control properties or in the Extended Data Type/Base Enum properties but then it will be changed everywhere througout the system.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜