mgxdigital Posted February 25, 2009 Posted February 25, 2009 Help please!? I have 2 fields that I want to relate through a script. One is a radio button set for a field called "recoat" that is just yes or no. If the button is selected "yes" I want a different field that is "commission" to be set to zero. Is there any way that someone could help me with a script to set this up? Thanks so much!!!!
mr_vodka Posted February 25, 2009 Posted February 25, 2009 You dont really need a script for this. You can use an auto-enter (calculated value) on the commission field. The value can be, Case ( recoat = "yes"; 0; commission ) Make sure that 'Do not replace existing value...' in unchecked.
mgxdigital Posted February 25, 2009 Author Posted February 25, 2009 I don't know what I need. The commission field is already a calculation field pulling from a couple different places. How can i put attached your suggestion to the field?
comment Posted February 25, 2009 Posted February 25, 2009 Change your commission calculation to: Case ( recoat = "yes"; 0 ; << your calculation here >> )
Recommended Posts
This topic is 5751 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