Add FSC License No. lookup field to Item Card (Table 27)#12
Draft
HenrikL359 with Copilot wants to merge 2 commits into
Draft
Add FSC License No. lookup field to Item Card (Table 27)#12HenrikL359 with Copilot wants to merge 2 commits into
HenrikL359 with Copilot wants to merge 2 commits into
Conversation
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 created this pull request from a session on behalf of
HenrikL359
June 23, 2026 12:57
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new
FSC License No.Code field to the Item table extension, positioned directly belowPVS ECO Label Codeon the Item Card page, backed by a newPVS FSC Licenselookup table.New objects
PVS FSC License— Code[20] PK + Text[100] Description;LookupPageIdset to the list pagePVS FSC License List— list page exposing Code + Description columns for the lookupItem extensions
50100 "PVS FSC License No." Code[20]to Item (Table 27) withTableRelation = "PVS FSC License"addafter("PVS ECO Label Code")withLookupPageId = "PVS FSC License List"