Dani R Posted February 10, 2013 Posted February 10, 2013 Hello to all I have to layout that his date of a main company and i have a layout of the branches. in the main company there is record named lockup that is off or on. i what that if the main company the lockup filed is = "yes" then in layout branches it will lockup from filed price. but if in layout main company the lockup filed is = "No" i will be able to enter a price @ the Brach layout. Thank you Dani
MarkWilson Posted February 10, 2013 Posted February 10, 2013 A number field with a calculated value of If( lockup = "yes" ; Lookup( RelatedTable::price ) ; "" ).
Dani R Posted February 11, 2013 Author Posted February 11, 2013 Thank You Very Much. Small question , it work when i create a new record, but in a existent record how can i prevent that it will not be able to changed if lockup ="yes". thanks Dani
Lee Smith Posted February 11, 2013 Posted February 11, 2013 You should use a script to for a Re Lookup and NOT have it part of a different script.
Priyabrata Posted February 12, 2013 Posted February 12, 2013 You can relate the MainCompany and the branch table including a relationship from the Maincompany::Lockup=Branches::Lockup (calculated field value= "NO")
Recommended Posts
This topic is 4359 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