Can someone direct me to some documentation on using events within Crystal Enterprise 9.
Currently I have 4 manual reports that are certificates that we send to our customers. Currently a shipping user manually enters a sales order number for the specific certificate to be printed after the product is shipped in our ERP system. I have been tasked to make this whole process happend automatically when product is shipped. So, I'm thinking that I need to create a trigger on the table that contains the status of the shipment and what I will probably do is write to a custom table the sales order number of the order whose status has just changed to "shipped/transferred". Then what I will probably do is make a determination based on a particular line number which certificate to print. I also have to make sure that the certificate prints out for the user that just shipped the product. I think I can just grab the network NT user name and write that to the table as well.
I figure I'll have to set up recurring jobs or a job with events to run constantly out there under specific users that I know ship product for us. Based on what gets shipped I will have to create a file out in a network location which will make the job kick off. But somehow I will have to clear out the file after it prints and I will probably have to set up separate folders for each shipper user so that I'm only looking at their folder to decide or not what report to print.
If I have completely confused you I wouldn't doubt it. I would love any suggestions from anyone who has done anything remotely along these lines. I will also clear up any questions you may have.
Thanks,
Bessebo
Currently I have 4 manual reports that are certificates that we send to our customers. Currently a shipping user manually enters a sales order number for the specific certificate to be printed after the product is shipped in our ERP system. I have been tasked to make this whole process happend automatically when product is shipped. So, I'm thinking that I need to create a trigger on the table that contains the status of the shipment and what I will probably do is write to a custom table the sales order number of the order whose status has just changed to "shipped/transferred". Then what I will probably do is make a determination based on a particular line number which certificate to print. I also have to make sure that the certificate prints out for the user that just shipped the product. I think I can just grab the network NT user name and write that to the table as well.
I figure I'll have to set up recurring jobs or a job with events to run constantly out there under specific users that I know ship product for us. Based on what gets shipped I will have to create a file out in a network location which will make the job kick off. But somehow I will have to clear out the file after it prints and I will probably have to set up separate folders for each shipper user so that I'm only looking at their folder to decide or not what report to print.
If I have completely confused you I wouldn't doubt it. I would love any suggestions from anyone who has done anything remotely along these lines. I will also clear up any questions you may have.
Thanks,
Bessebo