Options

FormDataSource.Modified() method concept

patelashlesh83patelashlesh83 Member Posts: 54
edited 2011-07-12 in Dynamics AX
Hi,

I am quite unsure about the concept of FormDataSource.Modified(). From the MSDN Developer help of AX, i found below notes on it:

"Modified means that the value of the field on the current record has changed, but the value is not written to the database before saving the record. "

So, after reading above lines i have a regarding when will this change will be save to database?

while i am changing anything in any field, its modified() is called immediately. If this keeps the changes temporerily then when it finaly saves the changes to DB? (on the form Closing ?? )

Please give me short description.

Thanks in advance.

Regards,
/Ashlesh
Sign In or Register to comment.