I have a use case were i need to access the Vendors DataSet on "After Document State Changed" event. which is present in document defination property.
What i could see is the argument used in "After Document State Changed" event script is IDocument and ScriptBinaryAttributes.
The DataSet can be access used the argument IRuleContext.
Is there a way of accessing the DataSet in script having IDocument Context?
How can i perform read and write functionality in DataSet using script written for "After Document State Changed" .
Comments
1 comment
Hello Barkat,
According to the guide, the "After document state changed" event handler doesn't have access to the data sets:
https://help.abbyy.com/en-us/flexicapture/12/distributed_administrator/documentstate_change/
Please use field rules to work with data sets.
Kind regards,
Dmytro
Please sign in to leave a comment.