Issue extending HeaderVO for Print Quote functionality
I'm attempting to extend the HeaderVO view object for Print Quote functionality within the ASO application.
I have followed the basic steps for extending a VO. This includes: 1) creating an extended VO (HeaderextVO) that does not include any changes from the seeded VO (HeaderVO), and creating the necessary substitution .jpx file. These files are all compiling correctly, and the end result is a blank quote template (i.e. no data, but the template shows up correctly.) No data seems to flow through, but I also receive no errors.
My question is this - if I create an extended view object in this case, then will my BI Publisher template need to refer to the new name (HeaderextVO) in order to "see" the data? Here is an example of a field from the BI Publisher template: <?/*/HeaderVO/HeaderVORow/PaymentTerms?>
1