VLF-One Get Custom Properties (RESOLVED)
Posted: Fri Aug 23, 2019 9:52 am
I was wondering how I would get a custom property that I have set up in my framework at login time. Actually before I actually login. I have a custom login form and I need to get the property value after I authenticate my user id and password but before I actually login with my custom login handler.
I tried
but I get a null reference.
I tried
Code: Select all
#Usystem.uFrameworkManager.avGetUserProperty Withname(FRAMEWORK_ENV) Requester(#Com_Owner) Alphavalue(#fEnv)