Hi,
Does anyone have any guidelines on how to automatically generate CSI? What I want to happen, is that for anyone who has bought a certain concession ticket (such as a student ticket), a CSI should automatically be generated so that when the ticket is scanned at the door they are asked for elgibility ID.
I envisage this running as a job over night as don't want to put triggers on order tables, but I'm unsure on what tables I need to look at for CSI information.
Any pointers whould be greatly appreciated.
Thanks!
You could probably borrow from wp_create_issue to do this.
I followed wp_create_issue. I also just created a report that creates them in bulk based off a list. woudl be happy to share.
Jon