0

Greetings!

I’ve installed the Toolbox in a sandbox environment and updated symbols. For some reason, no matter what code I enter I get errors related to syntax. For example, the following page extension, which validates just fine in VS Code, throws errors in the Toolbox. Is there some special syntax I need to follow or some setting I have misconfigured? I am unable to do ANYTHING with what seems like a really powerful tool….

Code:

pageextension 50102 KioskSalesShptExt extends “Posted Sales Shipment”
{
layout
{
addafter(“External Document No.”)
{
field(“Package Tracking No.”; Rec.”Package Tracking No.”)
{
ApplicationArea = All;
Caption = ‘Package Tracking No.’;
ToolTip = ‘Specifies the tracking number provided by the shipping agent’;
Visible = true;
}
}
}
}

hougaard Answered question July 22, 2025