I am trying to figure out how to embed the data to the DXP file when the user downloads the DXP file by going to the Web Player and presses File -> Download as DXP File option.
Currently, when the user downloads the file locally and opens it, they get prompted for the "Data Connection" credentials:
I am assuming that is because our data is accessed via database and it is not embedded into the DXP file itself. I have 2 questions:
- How to make it so that the data is embedded into the DXP file so the user doesn't have to log in using the "Data Connection" credentials?
- Is it possible to only embed that data when the user downloads the DXP file using the File -> Download as DXP File option?