20-03-2013 02:01 PM
Hello,
I have create an Object confidentiality area.
I would like that each time I change an option on an object, it moves on this confidentiality area.
I have try macros but it does not work. Does anyone has try?
Antoine
25-03-2013 11:52 AM
Thanks for the return.
To create this link, you use a SetAttributeValue?
21-03-2013 02:06 PM
Hello,
I am not (from) the lab but personally as a customer and an advanced user we have done things like that in the past.
In an application we have got a new MetaAttribute with discrete values (functional types ...)
A second new MetaAttribue (that can be hidden in the GUI ...) is a computed one (just readable) then linked with a macro.
In this macro there is a script that is reading the value of the first MetAttribute and then trigger the creation of a link obviously based on a MetaAssociation (can be a new one to have a 0-1 cardinality for instance) ) that is a link between the application and the only one City Planning area which is compliant with the functional value (again a discrete value of a MetaAttribute on the CPArea to make a mapping ) of the application discrete active value.
It is dynamically efficient in order to have a triggering behavour of MEGA.
21-03-2013 10:32 AM
Hello,
thanks for the answer. My matter is on the metaclass Application.
An object is a metaattribute.
I would like when I check a value on my metaattribute that my application movec to a specific confidentiality area.
Antoine
21-03-2013 09:35 AM
Hi Antoine,
Could we have more details ?
Is it a new MetaClass or an instance of a city planning area for instance ?
What is an option for you, a metaAttribute ?
Moving to the area is to be linked only or physically to move.
What is your existing macros you've tried ?
Thanks