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 it's not working:
if(MatchInvoiceMessage.MatchMessageContext.POCostFlag.FieldStates==4)
link is MessageCommentsNav
any ideas!