--------------------------------------------------------------------------------
Hi guys,
I am using Actinic Link v2.1.1.0.2 EJEA and want to generate my own csv files based on the 4 files that Actinic generates; "person", "orders", "orderlines" and "payments" and I want to process orders with discounts. All I am trying to do is generate orders with 10% discount and create the appropriate fields in the csv files to transfer to Sage. I have tried to get this to work on a number of Actinic sites I manage, but the discount regime doesn't seem to work within catalog and for other reasons also, I need to generate the files outside catalog using scripting.
There are a couple of fields in the orders.csv Discount Percentage and Discount Cost but in the orders.csv file there is only one line per order. Some line items may well have different discount percentages.
In the orderlines.csv there are the filelds Discount, Discount Rate, Original Discount and Original Discount Rate which are applied to each orderline item, but I am not sure what these refer to. Can anyone help me please? I assume 10% would be represented with the value 1000 but what do these fields refer to?
Thanks,
AJ
Hi guys,
I am using Actinic Link v2.1.1.0.2 EJEA and want to generate my own csv files based on the 4 files that Actinic generates; "person", "orders", "orderlines" and "payments" and I want to process orders with discounts. All I am trying to do is generate orders with 10% discount and create the appropriate fields in the csv files to transfer to Sage. I have tried to get this to work on a number of Actinic sites I manage, but the discount regime doesn't seem to work within catalog and for other reasons also, I need to generate the files outside catalog using scripting.
There are a couple of fields in the orders.csv Discount Percentage and Discount Cost but in the orders.csv file there is only one line per order. Some line items may well have different discount percentages.
In the orderlines.csv there are the filelds Discount, Discount Rate, Original Discount and Original Discount Rate which are applied to each orderline item, but I am not sure what these refer to. Can anyone help me please? I assume 10% would be represented with the value 1000 but what do these fields refer to?
Thanks,
AJ
Comment