Hi. I have a text field called "Sales_Order_Nu mber" where a user can type in a sales order number. Then I also have a drop down menu called "Sales_Opti ons" which is the Sales Status of a quote if it's Open, Ordered, Closed, or Pending.
How do I write the code so that the Sales Status field will be automatically updated to "Ordered" if something is entered in the Sales Order Number field?
I found the java script on how to Auto populate a text box from what was chosen in the drop down menu, but now I just need to reverse this code and just have anything entered into the sales order number field. Here's the link I found this on:
http://www.bigresource .com/Tracker/Track-javascripts-ilXLt5Yz/
Can someone please help me?
Thanks.
Andy
How do I write the code so that the Sales Status field will be automatically updated to "Ordered" if something is entered in the Sales Order Number field?
I found the java script on how to Auto populate a text box from what was chosen in the drop down menu, but now I just need to reverse this code and just have anything entered into the sales order number field. Here's the link I found this on:
http://www.bigresource .com/Tracker/Track-javascripts-ilXLt5Yz/
Can someone please help me?
Thanks.
Andy
Comment