Is there any way to set a variable globally, which could be referenced in auto assign rules, code, etc? Eg myname = "Mark Foley". I couldn't see one about.
The use I'm thinking of would be to be able to have a little box with the globals you want in it, and you could for example put your 'attendees' in the text box and it would use that value to put in certain fields, etc rather than editing it deep in the dialogs. Those boxes could float in a little window, or be part of the toolbars.
Inheritance gets you around this to some extent I think (thats how I do it now) but it would be a good one to consider for keeping out of the advanced UI when doing simple things.
Cheers
Comments