Re: set multiple values in fields by selecting value from drop-down or lookup.
Thanks Rong but its just setting one field only and i need to set value in 5 fields eg. If i select a value say vendor from drop-down then say address field values can automatically be set in say add1,add2,add3,add4,,,,,
On Wed, Jul 23, 2014 at 2:58 PM, Rong Nguyen [via OFBiz] <[hidden email]> wrote:
Re: set multiple values in fields by selecting value from drop-down or lookup.
You can use source code in: applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl
Function ajaxUpdateArea is your desired OFBiz supported function:)
Re: set multiple values in fields by selecting value from drop-down or lookup.
Rong I want to do this trick by using form only not the ftl or java class methods.Thank you
Can you provide me such information regarding setting up the values using forms as shown in example application for single value but i need this for multiple values.
On Thu, Jul 24, 2014 at 7:04 AM, Rong Nguyen [via OFBiz] <[hidden email]> wrote:
You can use use in: applications/order/webapp/ordermgr/entry/catalog/productdetail.ftl
Function ajaxUpdateArea is your desired OFBiz supported function:)