Question
MSOGenerateExcel not downloading from On click of Button, but it works from backend activity
Hi All,
We have a requirement, where we need to download the results from a clipboard Page to an excel on click of a button.
Current approach, I have configured a button click and on click calling an activity which is running MSOGenerateFile method. Now, when i click on the button and trace it, it runs correctly however no excel gets downloaded.
But, if i directly run the activity on the case from backedn it downloads the excel correctly.
Can you please assist. I have also attached a in detail document with all the screenshots.
Also, if there is any other approach please suggest
Hi,
From your screenshots I see that you have a message -
This activity can only be called from another activity because the "Allow direct invocation from the client or a service" is disabled on the security tab.
So if you try checking the following checkbox from "Security" tab of the activity and retest to see if that works