Hello All,
Is there any way to pass the values from WDK component which getting invoked using invoke button and returnning back to the Form and want to display in Table of form..
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Finally it worked and I was trying to test on Search taskspace form instance and not the Electronic Form Open Item Component.
Not sure about table of form ..but its possible in another control of forms ..
pass the object id of forms instance object in to action and then ..and with that object Id you can fetch the sysobject
assoicated with xforms ..then update the attribute in WDK component ..hope once your component call finsih ..you will see the effect on xforms control ..
make sure when you define the Action definition ts_plain_actions.xml.xml
that time put callbackmethod="onOpenItem"...
==================
If its not work in case of table then try with Custom button of xFomrs it will definatly work becasue that time calll will be goes to the Xforms component.
Please let me know if you have any issue on that
It is possible for some actions but not for every action. For example in our environment, we have developed our custom digital signature which uses smart cards to sign. For doing so we have to download documents from server to client machine. For download, we use documentum's checkout action and as the user signs the document's we call cancel checkout action within the checkout action. We have override the cancel checkout action as well, and as it completes we return a boolean a parameter from the action to the form from which it was called. The parameter tells whether the signing process was successful or not.
See this thread, https://community.emc.com/thread/146641
But don't forget this is not possible for every action or component.
Hello Imran / Swami,
While returning instead of one value / boolean value , I have requirement of passing datagrids row or rather I say collection to my parent Form from Child WDK component.
What can be conventional way to do the same. For example take handle of Parent Form and set value on Data grid control .. any suggestion , will that work .. any one done using this approach ?
I am using following method.
https://community.emc.com/message/314808
Only form refresh is happening and not the invocation of WDK component. If I add same action with Invoke button from Electronic form it works , So no issue with WDK component. Issue in trigger method. no errors in logs ..