Customer Center

Welcome back

My Account Logout
#4781
Anonymous
Inactive

Yes, actually while they don't show up that way in data, now that you mention it, these are flags. The items show up under Variables even these are used only as flags.

Shows as in Data:
COLLAGCY=Application Portal
HQMESSAGE=ACCOUNT ARCHIVED

Though actual flags are F("COLLAGCY") and F("HQMESSAGE")

Also interesting because the first thing I do in all my scripts does is clear flags with F.Clear and the flag section is actually clear after that but not the variable section.