Hi,
When we call insert_recordset, will it call table insert method code in axapta 2012?
If this not called the Insert method method mode, then how we need to call validations in the table insert method.
Please help me with this.
Thanks.
Hi,
When we call insert_recordset, will it call table insert method code in axapta 2012?
If this not called the Insert method method mode, then how we need to call validations in the table insert method.
Please help me with this.
Thanks.
Yes, it will call the insert() method (if it’s overridden), unless you explicitly suppress it by calling skipDataMethods().
Thank you martin.