Hi All! Could you please advice what is a proper workflow in this case: I have a suitelet that shows a list of Bill Payments and there is a "Submit" button, upon clicking on the latter button I want to create a pdf file based on the selected Bill payments (where each payment is a separate page in that pdf file), but how I do it? Can I in this case call a Map/Reduce script and generate pdf from there programmatically?