Hello,
now I am trying to add the field into G/L Entry table with VSCODE.
so I create following code however I got and error message.
here is the code I used.
tableextension 60000 GLEntryExtension extends "G/L Entry"
{
fields
{
field(60000;"New_No.";code[20])
{
CaptionML=ENU='No.';
}
}
}
and the error message.
Microsoft Dynamics NAV
—————————————
The multi-part identifier "G/L Entry.Entry No_" could not be bound.
Statement(s) could not be prepared.
Page Edit - G/L Entry must close.
—————————————
OK
—————————————
other tables which are created same code run properly.
only this run with error.
if you have a similar experience, please give me advices.
thanks in advance.
*This post is locked for comments
I have the same question (0)