Using custom property value in actionscript

(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.

(imported comment written by BenKus)

Hi wmehardt,

Unfortunately, you can’t refer to other properties in relevance (unless it is a property stored in a setting… which is how the “location by subnet wizard” works). We do this on purpose to avoid problematic “loops” where properties refer to each other…

Ben