any form fields will be found in the context or passed through the
controller to Service or event. you can find many examples.
your service or event can then act on this and pass back to the
controller a message that the controller then select the appropriate
view from the message.
You can also use a java script that reads the page and field then
decides to send the page to the controller.
=========================
BJ Freeman
Strategic Power Office with Supplier Automation
<http://www.businessesnetwork.com/automation/viewforum.php?f=52>
Specialtymarket.com <http://www.specialtymarket.com/>
Systems Integrator-- Glad to Assist
Chat Y! messenger: bjfr33man
Shereen sent the following on 10/16/2010 2:32 PM:
Hi all
I want to add a checkbox in the create quote screen like a confirmation box
and the user shouldnt be able to
Create the quote unless he checks it
I added this line to the form EditeQuote
<field name="checkBox" title="Payment method and Dsicount
checked"><check/></field>
knowing that this field has NO existence in the quote entity. or I should
add it to the entity?
Plus I want to force the user to check it. I want to do that in the Create
Quote simple service
I want to do that by adding this condition to the conditions already
existing
can anyone guide me what's the right way to do so?
can I use if compare and if compare field or they work only for fields
existing in the quote entity?