开发者

Dynamics Ax Appendable lookup

I Have a table with a relationship set for a field which gives me the lookup. Within the validateWrite(), i am returning true if that field is being validated, so that it doesn't throw any error.

Now I want to allow the user to add a "comma" and drop down again, selecting another (or same) value, however when selected it appends to the original value.

I have tried doing this in the Modifie开发者_开发知识库d() method, appending the text of the this.Orig(), however this.Orig() retrieves the last saved record in the Database, and not the current value.

An example of this is the Query selection window, which is a standard Ax form and allows for this.

So is this possible?


You should set the ReplaceOnLookup attribute to No, which will allow the user to append lookup values to the field.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜