web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

Coding in NAVISION CAL code

(0) ShareShare
ReportReport
Posted on by 70

I want a new field to the transfer order lines subform on the transfer screen called Cross-Reference No. This new field will be a drop down that lists all of the item's cross references, here the user can select which cross reference no. they want to use. I want the answer in code format

I have the same question (0)
  • Suggested answer
    Mohana Yadav Profile Picture
    61,248 Super User 2026 Season 1 on at

    You can find the same field on Tab 37.

    Please copy exactly in 50000 series.

  • Suggested answer
    Nitin Verma Profile Picture
    21,812 Moderator on at

    Hi,

    Please check if below code works for you.

    tableextension 50103 "Modify TransferLine" extends "Transfer Line"
    {
        fields
        {
            field(50000; "Cross. Ref. No."; Code[50])
            {
                Caption = 'Cross. Ref. No.';
                DataClassification = CustomerContent;
                TableRelation = "Item Reference"."Reference No." where("Item No." = field("Item No."));
            }
        }
    }

    pageextension 50104 "Modify TransferSubForm" extends "Transfer Order Subform"
    {
        layout
        {
            addafter("Item No.")
            {
                field("Cross. Ref. No."; rec."Cross. Ref. No.")
                {
                    ApplicationArea = all;
                }
            }
        }
    }

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 580 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 480 Super User 2026 Season 1

#3
Grigorios Mavrogeorgis Profile Picture

Grigorios Mavrogeorgis 261 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Microsoft Training Manuals

Product updates

Dynamics 365 release plans