I have an app where I need to generate an XML file. Then save that generated file to a Document Attribute in a BO. Then I need a way for the user to download it.
Part 1: Generating the XML file.... This is working and I can save it to a specific loaction on the server.
Part 2: I can them use IMPORT DOCUMENT to grab that generated XML file and load it into a BO Attribute.
Part 3: Can anyone suggest a way (other than emailing it) for the User to download it?