(imported topic written by Bill.Ehardt)
Is there a way to get the value of a custom property in an actionscript? For example, I’m trying to get the value of a custom property “Subnet Name from Client IP”, which is a retrieved property (as opposed to setting) similar to the server location wizard.
I’d like to do something like:
if {property "Subnet Name from Client IP" = "Bangkok" OR property "Subnet Name from Client IP" = "Beijing"}
setting "_BESClient_Register_Affiliation_SeekList"="AsiaPac" on "{now}" for client
endif
If I need to call set a parameter with a copy of the HUGE relevance for the property I can, just trying to make it more efficient. If it’s an obvious answer I’m missing… I’ll make some excuse later.