Skip to content

Add FSC License No. lookup field to Item Card (Table 27)#12

Draft
HenrikL359 with Copilot wants to merge 2 commits into
mainfrom
copilot/add-fsc-license-no-field
Draft

Add FSC License No. lookup field to Item Card (Table 27)#12
HenrikL359 with Copilot wants to merge 2 commits into
mainfrom
copilot/add-fsc-license-no-field

Conversation

Copilot AI commented Jun 23, 2026

Copy link
Copy Markdown

Adds a new FSC License No. Code field to the Item table extension, positioned directly below PVS ECO Label Code on the Item Card page, backed by a new PVS FSC License lookup table.

New objects

  • Table 50100 PVS FSC License — Code[20] PK + Text[100] Description; LookupPageId set to the list page
  • Page 50100 PVS FSC License List — list page exposing Code + Description columns for the lookup

Item extensions

  • TableExtension 50100 — adds field 50100 "PVS FSC License No." Code[20] to Item (Table 27) with TableRelation = "PVS FSC License"
  • PageExtension 50100 — places the field on Item Card via addafter("PVS ECO Label Code") with LookupPageId = "PVS FSC License List"
field(50100; "PVS FSC License No."; Code[20])
{
    Caption = 'FSC License No.';
    DataClassification = CustomerContent;
    TableRelation = "PVS FSC License";
}

Copilot AI changed the title Add FSC License No. field to Item Card (Table 27) Add FSC License No. lookup field to Item Card (Table 27) Jun 23, 2026
Copilot AI requested a review from HenrikL359 June 23, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants