Quantcast
Channel: Dynamics User Group
Viewing all articles
Browse latest Browse all 15740

AX 2012 - InventTable Set Field

$
0
0

I'm looking to default a field on the InventTable upon creation.

I've added a section in the InventTable.insert() method like the following:

//<mod>

            this.initCompanyFields();

            //</mod>

This method uses some logic and then sets this.field= a value.  

It is not getting populated.  I've debugged and the value is set on that field in the debug session, however it is not written to the database.

S


Viewing all articles
Browse latest Browse all 15740

Trending Articles