I am trying to invoke a form based on a selected list. Any three selected from the list should invoke (call) the form.
I think I need something like below but not working:
if(MatchInvoiceMessage.MatchMessageContext.POCostFlag.FieldStates=4)
link is MessageCommentsNav
will appreciate any advice that will lead me to a fix.