Why do you need this change?
In 4PS Construct we need to access variable CBGStatement to customize code on pageextension of page 11401 "Bank/Giro Journal Subform"
Describe the request
Dear ALAppExtensions team,
On behalf of 4PS I would like to request the global variable CBGStatement to be made protected in page 11401 "Bank/Giro Journal Subform".
var
Text1000000: Label 'CBI';
//CBGStatement: Record "CBG Statement"; //old
ShortcutDimcode: array[8] of Code[20];
AccName: Text[100];
VATStatusEnable: Boolean;
StatusVATAmountEnable: Boolean;
protected var
CBGStatement: Record "CBG Statement"; //new
Internal work item: AB#636019
Why do you need this change?
In 4PS Construct we need to access variable CBGStatement to customize code on pageextension of page 11401 "Bank/Giro Journal Subform"
Describe the request
Dear ALAppExtensions team,
On behalf of 4PS I would like to request the global variable CBGStatement to be made protected in page 11401 "Bank/Giro Journal Subform".
Internal work item: AB#636019