I would like to create an excel file from a transaction, like a Purchase Order for example. My approach would be to run a saved search on that record including the columns I want as result, format into comma separated list, and use file.Create to store csv file in file cabinet, then possibly download.
Has anyone had a similar use case before? I'd love to know how you accomplished this.