Context macro can be assigned at global level, templates and at host. There are inheritance rules that determine which value is assigned to host for context macro, if it is defined at multiple places.
Does anyone have a method to figure out what a particular macro is resolved to at the host level based on the inheritance rules?
I'd like to get his using a scirpt: usermacro.get method in API is not sufficient because it will only provide what is assigned at host level and not what is inherited. It would be good to be able to pull the "Inherited and host macros" using the api.
Thanks.
Does anyone have a method to figure out what a particular macro is resolved to at the host level based on the inheritance rules?
I'd like to get his using a scirpt: usermacro.get method in API is not sufficient because it will only provide what is assigned at host level and not what is inherited. It would be good to be able to pull the "Inherited and host macros" using the api.
Thanks.
Comment