Trigger validation on "pane"
Not plannedI want to trigger a macro (to set defaults) on step 4 of a wizard that one of our add-ons offers. The wizard uses the same "form" through all 6 steps of the wizard. The wizard assigns each step a "pane". I'm wanting to set defaults on step 4, which is assigned pane 4, but there doesn't appear to be a way to trigger it. For now, I'm triggering it by clicking on an item on pane 4...but that's not preferable.
-
Thank you for your request. It has been scheduled for review by the development team that will get back to you should there be questions.
(Please note that as we are user-driven we can't guarantee that your request will be met unless it gets many votes and/or fit the product vision)
Read more about the Feature Request process here
[Internal Id: 46795] -
Hi Apollo
Thank you for your request. It is a good idea and we would also like to have such an event but unfortunately, the SAP SDK does not have such a base event for us to react to so unfortunately it is not possible to offer :-(
-
Can't you trigger it on "Next" button, make it BeforeAction: False, ActionSucces: True, make it Sleep for .5 and then validate any field that exists in this form? Like: IF $[$31.0.0] = 'My pane item' BEGIN...
-
That was a good thought, though I get a message with the sleep command that "it's a waste of time" without a "sendkeys" command to go with it...but following your line of thought, I tried triggering off of a field that is only on pane 4 after form load, but that doesn't work either.
Please sign in to leave a comment.
Comments
4 comments