Hi - looking at page 153 of the AUG I see it is possible to add reports to the built in list. I have been playing with this and it seems to work. The instructions are a bit thin though. I see it is possible to put a date range in there, but how can I get it to prompt me for an order number?
As a test I hard coded into the reports.ini this:
ExtraConditions="{Orders.order number} = 'HP03ND10034554'"
just as a test to see if it would select a particular order, and it did work. Great, but obviously I want to be able to enter an order number (the guide says it will not work for the currently selected order).
Does anyone know the fields and syntax required to make it prompt for an order number?
I'm trying to get a report to generate a bit of XML which I think this will do nicely as long as I can get it to generate for the order required at the time.
Cheers
Jez
As a test I hard coded into the reports.ini this:
ExtraConditions="{Orders.order number} = 'HP03ND10034554'"
just as a test to see if it would select a particular order, and it did work. Great, but obviously I want to be able to enter an order number (the guide says it will not work for the currently selected order).
Does anyone know the fields and syntax required to make it prompt for an order number?
I'm trying to get a report to generate a bit of XML which I think this will do nicely as long as I can get it to generate for the order required at the time.
Cheers
Jez
Comment