Hi,
Would like to know, if someone when insert data to a table, but using function insertDatabase(), does this really skip validateWrite() of the standard table ?
I found some case in my developer using this kind of code, from a recordlist like this :
RecordInsertList netDeferredLineList = new RecordInsertList(tableNum(RevRecDeferredLine));
.
.
.
Thanks,