


Hi All.
Is exist way to validate function by pass according value? If yes. How to do it?
Thanks.
Views
Replies
Sign in to like this content
Total Likes
There's execValidate, which executes any validate event script you have on the object specified and it's children.
https://help.adobe.com/en_US/livecycle/11.0/DesignerScriptingRef/WS92d06802c76abadb-3e14850712a151d2...
and a getInvalidObjects, which returns a list of nodes contained within this subform (inclusive) that have a failed validation test.
https://help.adobe.com/en_US/livecycle/11.0/DesignerScriptingRef/WS92d06802c76abadb-3e14850712a151d2...
Is that what your meant?
Views
Replies
Sign in to like this content
Total Likes
There's execValidate, which executes any validate event script you have on the object specified and it's children.
https://help.adobe.com/en_US/livecycle/11.0/DesignerScriptingRef/WS92d06802c76abadb-3e14850712a151d2...
and a getInvalidObjects, which returns a list of nodes contained within this subform (inclusive) that have a failed validation test.
https://help.adobe.com/en_US/livecycle/11.0/DesignerScriptingRef/WS92d06802c76abadb-3e14850712a151d2...
Is that what your meant?
Views
Replies
Sign in to like this content
Total Likes