Message Boards
How to calculate total amounts from multi invoice lines in QXO?
Stephane David, modified 3 Years ago.
How to calculate total amounts from multi invoice lines in QXO?
Post Date: 7/9/13 (Bronze, 7 Posts) Recent PostsEvan Todd, modified 12 Years ago.
Re: How to calculate total amounts from multi invoice lines in QXO?
Post Date: 7/9/13 (Rhodium, 699 Posts) Recent Posts
Hi Stephane,
you really only have two options here
1. Use a calculated program, and
2. DDP
If using a calculated program, you extract as much data as you can in your BO, and then your calculated program will loop through the filled-in BO or Profile dataset and return a value that can be the value of a field in the BO or Profile.
If using DDP, the entire dataset is populated in the business logic and you post the final data to QXO - no extracting of data occurs.
There are sample calculated programs that show the signature required in the <QXO Server>/src/samples directory.
Evan
you really only have two options here
1. Use a calculated program, and
2. DDP
If using a calculated program, you extract as much data as you can in your BO, and then your calculated program will loop through the filled-in BO or Profile dataset and return a value that can be the value of a field in the BO or Profile.
If using DDP, the entire dataset is populated in the business logic and you post the final data to QXO - no extracting of data occurs.
There are sample calculated programs that show the signature required in the <QXO Server>/src/samples directory.
Evan
Stephane David, modified 12 Years ago.
Re: How to calculate total amounts from multi invoice lines in QXO?
Post Date: 7/9/13 (Bronze, 7 Posts) Recent Posts
Hi Evan, thank you for this insightful feedback. We have calculated programs and I would know how to implement those however we have not used DDP BO's before. For your information the manual on DDP BO's is very succint and it would be benecial to get more information on what sort of schema is required to be loaded and what is necessary to do to come up with a schema.
Is this a Services engagement?
Thanks
Stephane
Is this a Services engagement?
Thanks
Stephane
Message place holder
Forums