Hi,
I do not seem to have a way to uncheck the Default Enterprise Location in Publication from SDK. I want to use FileSystem, set the file location, file name and extension; however, it does not seem to set when I view in CMC InfoView. The Default Enterprise Location is always checked. I have written some code but I did not know how to map the fields for Dynamic Recipients, Personalization and the FileName. In other words, I want to achieve this scenario:
1) one whole report for a manager with a filename that is unique for him (say, his id is 12345 and the report tile is report, so the filename is report_12345.pdf or xls).
2) each report of each employee with his own content (i.e his id is 56789 and the report is report, so the filename is report_56789.pdf or xls).
Attached is the source code I have written to prototype but I do not know enough about BO and Report Bursting to achieve. If you can look at the sample program and show me how to achieve this, it would help me a lot. I have comments and questions in the sample program as I am not too sure about a lot of things in it. Please help clarifying them for me if you could.
Thank you for your time and help.