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

Notifications

Announcements

No record found.

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
    60,993 Super User 2025 Season 2 on at

    You can find the same field on Tab 37.

    Please copy exactly in 50000 series.

  • Suggested answer
    Nitin Verma Profile Picture
    21,698 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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 3,143

#2
Jainam M. Kothari Profile Picture

Jainam M. Kothari 1,694 Super User 2025 Season 2

#3
YUN ZHU Profile Picture

YUN ZHU 1,067 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans