March 5, 200520 yr how to filtering portal entry with 2 fields, for example User-----Application-----access type ------------------------------------- Jon-----Purchasing-------Read Only Harry---Shipping---------Full Acces if i entry Jon with Purchasing again, i want to show error duplicate message. Can you help me..? thank you
March 5, 200520 yr In the file where you have User Application fields create Calculation field =User&"_"&Application then create self relation by this field. Now validations for User and Application fields Count(Self::User)<2.
March 8, 200520 yr Author Thank you aaa journeyman I have tried you solution and it's good idea, but i used count(self::User)<1 not <2 this is small different. Thank you aaa
March 8, 200520 yr Author Thank you aaa journeyman I have tried you solution and it's good idea, but i used count(self::User)<1 not <2 this is small different. Thank you aaa
March 8, 200520 yr Author Thank you aaa journeyman I have tried you solution and it's good idea, but i used count(self::User)<1 not <2 this is small different. Thank you aaa
Create an account or sign in to comment