Hello,
I know this is very basic query. I am new to Dynamics 365 Business Central programming . I would like to assign values from page 1 fields to page 2 fields. I have extended Item Card page (Page 1) & Created a new page for documents upload as per the requirement (page 2) , in which I would like to assign Item Id from Page 1 to the textbox in page 2 & this value should retain at the time of opening, Editing or Creating new record. I have created in page 2 & getting values from page 1 in global variable. I want to assign that variable to a textbox field, which property should I use to assign a variable to a field?
Attaching Screenshots for more details
This Item number I want show it in page 2 that I have created
Page 2
I want to show Item Id from page 1 in marked textbox field.