Skip to content

Add FSC License field to Item and expose it on Item Card (PrintVis General)#9

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

Add FSC License field to Item and expose it on Item Card (PrintVis General)#9
HenrikL359 with Copilot wants to merge 2 commits into
mainfrom
copilot/create-fsc-license-no-field

Conversation

Copilot AI commented Jun 23, 2026

Copy link
Copy Markdown

This introduces an FSC License field on Item (Table 27) and surfaces it on Item Card under the PrintVis General tab. The field is wired for lookup through the FSC License table to support selecting valid license entries.

  • Data model (Item / Table 27)

    • Added FSC License No. (Code[20]) via a table extension.
    • Set caption to FSC License No..
    • Added table relation to FSC License.Code to enable constrained lookup selection.
  • UI placement (Item Card)

    • Added FSC License No. to Item Card through a page extension.
    • Placed the field under PrintVis General.
    • Bound the page field directly to Rec."FSC License No.".
field(50100; "FSC License No."; Code[20])
{
    Caption = 'FSC License No.';
    TableRelation = "FSC License".Code;
}

@HenrikL359

Copy link
Copy Markdown

Place the new Field under PVS ECO Label Code 6010118 field

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