Hi All,
In NAV 2106, you may have seen the SQL Timestamp Property added to Table Field.
Basically it stores a row version for every update in the table and it gets incremented every time you do a update. So you can identify the modified records from last time you checked.
You can check by creating a field as shown below, Data Type should be BigInteger.
and go to Field Property and set SQL Timestamp to Yes.
Thanks & Regards,
Nandesh Gowda
In NAV 2106, you may have seen the SQL Timestamp Property added to Table Field.
Basically it stores a row version for every update in the table and it gets incremented every time you do a update. So you can identify the modified records from last time you checked.
You can check by creating a field as shown below, Data Type should be BigInteger.
and go to Field Property and set SQL Timestamp to Yes.
Thanks & Regards,
Nandesh Gowda
No comments:
Post a Comment