Custom Variable Before InitializeCustomCode

How to declare the custom variable before InitializeCustomCode in the Kinetic Application marked with red line in the attached screenshot.

// Add Custom Module Level Variables Here **
EpiNumericEditor numWeightSummary, numWeightHeader;
string tfCheck = “”;
bool doingCheck = false;
bool isGettingStaged;
bool isRouted;

Global Variable

Thanks in advance.

@hmwillett , Do you any idea ?

I usually just create the variables in TransView.
They can be created on the fly. Just make sure to check for undefined before doing logic.

Otherwise there’s a global variable widget, but I haven’t felt the need to use it yet.