Han Posted March 5, 2005 Posted March 5, 2005 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
aaa Posted March 5, 2005 Posted March 5, 2005 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.
Han Posted March 8, 2005 Author Posted March 8, 2005 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
Han Posted March 8, 2005 Author Posted March 8, 2005 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
Han Posted March 8, 2005 Author Posted March 8, 2005 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
Recommended Posts
This topic is 7201 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now