Hari_Dutt
(Hari Dutt)
1
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;

Thanks in advance.
Hari_Dutt
(Hari Dutt)
2
@hmwillett , Do you any idea ?
hmwillett
(Hannah Willett)
3
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.