I created a folder information form in which I have invoke button which is configured to an action which calls a wdk component in my xCP application. I set the landing tab to a specific tab in my xcp app. The invoke button works fine and it lands into correct tab. How can I pass parameters or values to the landing tab? The input parameters that are there while configuring invoke button are set to predefined in my case (default configuration folder form and target folder).
Lets says, while configuring invoke button, if i override the target folder value to the value that i want to pass, can I actually read this from my wdk component using request.getParameter? How will i know the parameter name?
Please let me know!
Thanks!