Tableextension

idonavidonav Member Posts: 31
edited 2018-12-12 in NAV Three Tier
I would like to be able to use nav SQL timestamp in a table-EXTENSION. Just some pseudo code below.

field(50000;"Timestamp";BigInteger)
{
SQLTimestamp = true;
}

Causes the following error:

"The request for path /nav/dev/apps?SchemaUpdateMode=synchronize failed with code InternalServerError. Reason: Specifying default value for timestamp column"


In C/AL I would just add a BigInteger / make it sql timestamp = yes, to the table and add it to the Page. But I can't really re create this in an extension? Any suggestions on how to do this?

Answers

  • JuhlJuhl Member Posts: 724
    Maybe it is already there. MS has added it to about 40 masterdata tables for their API.
    Follow me on my blog juhl.blog
Sign In or Register to comment.