firstly, can i say thank you for all your previous help on here! im actually *enjoying* working on our development server!
as part of our item setup, we have various indicators for different things. one of these is an option - say ,a,b,c and i want to trigger a report using this.
i am planning on bringing this field though on to the purchase line, along with a "printed" boolean field. what i then have planned is, using a scheduler, to print a report out based on the option field. the reports will be different, eg if a run report1, if b run report 2 (the report will consist of details from the item table, plus lots of standard text).
i am ok with setting the report up (which will include updating the printed field), however, i am not sure of how to run it automatically.. i am thinking along the lines of running a codeunit which includes if = a then run report 1 etc.. but not sure of how to begin..
also, is duplexing may become a requirement!