Aditya Singh 3 Posted May 5, 2020 Share Posted May 5, 2020 I am using an action control button where two different IronPython scripts are used. I have to click two times on the button to make it work. Is there any way that on the single click both scripts can be executed Link to comment Share on other sites More sharing options...
Shashank Gurnalkar Posted May 6, 2020 Share Posted May 6, 2020 Can you try to introduce a document property in your first IronPython script, and associate this document property to the second IronPython scriptSo in your first script, assign the value to the property such that its value will change for each execution which will trigger the second script. One example of assigning the value would be the current DateTime. Link to comment Share on other sites More sharing options...
Aditya Singh 3 Posted May 12, 2020 Author Share Posted May 12, 2020 Hi Shashank, I am already using current date time to trigger script on load, but later input changes at the report level which imapact the script. As we know python script need action to execute. 1. Data is loaded on demand, data is sorted. 2. Using on demand script to refresh data, here used another script. So I have to double click on the button to exceute both scripts. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now