Skip to main content
6 个回答
  1. 2013年9月10日 09:42
    Do you have Record type created for that appropriate object? If yes,You could exclude the Record type in the VR criteria as :-

     

    AND(

     

    Record typeId<>"XXXXXXXXXXXXXX",

     

    Your criteria)

     

    Regards,

     

    Subbu.
0/9000