Event Trigger after open document

Event Trigger after open document

blandb
Mentor Mentor
251 Views
1 Reply
Message 1 of 2

Event Trigger after open document

blandb
Mentor
Mentor

I have a very simple rule that appeared to work on "new Document", but doesn't seem to work on "After open document". It is a multivalue set list.

 

Here is the rule:

 

MultiValue.SetList("CUSTOMERS", "cust a", "cust b", "cust c")

 

If I have this run under new doc and after open, all seems to be ok, but if I remove it from new document and only have it under after open, nothing updates.....Any Ideas as to why?

Autodesk Certified Professional
0 Likes
252 Views
1 Reply
Reply (1)
Message 2 of 2

A.Acheson
Mentor
Mentor

You may need to set the parameter value after changing changing the list. Or you can set the list to take on a value in the list. Check out this article here

 

MultiValue.SetValueOptions(True, DefaultIndex := 0, NumericCompare := “=”)

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan
0 Likes