jjdodger Posted September 6, 2012 Share Posted September 6, 2012 Is there a way, when starting a job, to have a dialog box pop up to change a few global variables? Specifically, i would like to prompt for sign-off or live run, and then chance a font color; and the option to change a date field. On a slightly related question, can a rule change what is written in another rule? ie, i have a rule called EXP_date, that just returns a date. Can another rule (ie, onRecordStart() ) be used to chage the date in that rule? Thanks! Jeff Dodge Lawler Direct 215-824-3290 Link to comment Share on other sites More sharing options...
step Posted September 6, 2012 Share Posted September 6, 2012 As far as your first question goes: no, not that I'm aware of. In regards to your second question, I would think you'd want to create a global variable for your date that's returned in the EXP_date rule and populated in the OnRecordStart call back. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.