Forum Discussion
dendar
1 year agoNew Contributor III
Conditional confirmation rule with annotation evaluation
Hello Community,
I have a puzzler for you. My confirmation rule is set to evaluate a data intersection. If the intersection is greater than zero, then an annotation is required in another interse...
- 1 year ago
Hi - can you try:
Dim dcAnnotation As String = api.Data.GetDataCellex("MemberFilter").DataCellAnnotation If dcAnnotation = "" Then 'Fail Else 'Pass End IfYou could also use this to log the annotation to see if it is returning something which may help troubleshoot.
dendar
1 year agoNew Contributor III
Was able to integrate into the rule and it works like a charm. Thanks so much for your help.
Kind Regards,
Dena
Related Content
- 2 years ago
- 4 months ago