Question about new customer workflow

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Question about new customer workflow

MarioF
Hi all,

I have to change the workflow in the new customer screen, the problem now is that I don't know how works ofbiz when the user press the save button. I have seen (in the newcustomer.ftl file) this instruction:

${uiLabelMap.CommonSave}

So, what does it happen when the user press the save button? Which file is called?

Thanks in advance,
Mario.
Reply | Threaded
Open this post in threaded view
|

Re: Question about new customer workflow

MarioF
Ops, the instruction didn't appear:

"javascript:document.newuserform.submit()" class="button">${uiLabelMap.CommonSave}


MarioF wrote
Hi all,

I have to change the workflow in the new customer screen, the problem now is that I don't know how works ofbiz when the user press the save button. I have seen (in the newcustomer.ftl file) this instruction:

${uiLabelMap.CommonSave}

So, what does it happen when the user press the save button? Which file is called?

Thanks in advance,
Mario.
Reply | Threaded
Open this post in threaded view
|

Re: Question about new customer workflow

Mridul Pathak-2
Look at the action attribute of <form> element.  "createcustomer" request is
called on form submit.  The request entry can be found in controller.xml of
ecommerce  component.  Here you can know about the event fired on this
request.
--
Thanks & Regards
Mridul Pathak
Hotwax Media
http://www.hotwaxmedia.com
[hidden email]


On Thu, Sep 10, 2009 at 4:21 PM, MarioF <[hidden email]> wrote:

>
> Ops, the instruction didn't appear:
>
> "javascript:document.newuserform.submit()"
> class="button">${uiLabelMap.CommonSave}
>
>
>
> MarioF wrote:
> >
> > Hi all,
> >
> > I have to change the workflow in the new customer screen, the problem now
> > is that I don't know how works ofbiz when the user press the save button.
> > I have seen (in the newcustomer.ftl file) this instruction:
> >
> >  javascript:document.newuserform.submit() ${uiLabelMap.CommonSave}
> >
> > So, what does it happen when the user press the save button? Which file
> is
> > called?
> >
> > Thanks in advance,
> > Mario.
> >
>
> --
> View this message in context:
> http://www.nabble.com/Question-about-new-customer-workflow-tp25381087p25381120.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Question about new customer workflow

Jacques Le Roux
Administrator
This should help also http://docs.ofbiz.org/display/OFBTECH/Framework+Introduction+Videos+and+Diagrams

Jacques

From: "Mridul Pathak" <[hidden email]>

> Look at the action attribute of <form> element.  "createcustomer" request is
> called on form submit.  The request entry can be found in controller.xml of
> ecommerce  component.  Here you can know about the event fired on this
> request.
> --
> Thanks & Regards
> Mridul Pathak
> Hotwax Media
> http://www.hotwaxmedia.com
> [hidden email]
>
>
> On Thu, Sep 10, 2009 at 4:21 PM, MarioF <[hidden email]> wrote:
>
>>
>> Ops, the instruction didn't appear:
>>
>> "javascript:document.newuserform.submit()"
>> class="button">${uiLabelMap.CommonSave}
>>
>>
>>
>> MarioF wrote:
>> >
>> > Hi all,
>> >
>> > I have to change the workflow in the new customer screen, the problem now
>> > is that I don't know how works ofbiz when the user press the save button.
>> > I have seen (in the newcustomer.ftl file) this instruction:
>> >
>> >  javascript:document.newuserform.submit() ${uiLabelMap.CommonSave}
>> >
>> > So, what does it happen when the user press the save button? Which file
>> is
>> > called?
>> >
>> > Thanks in advance,
>> > Mario.
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Question-about-new-customer-workflow-tp25381087p25381120.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>>
>