You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Aravind_RP <Ar...@infosys.com> on 2008/06/25 07:40:21 UTC

can any one tell me were orderid is set

hi all
Am new to ofbiz order processing session and wish to implement it as a
webservice,for that i want to know were the orderid is set for the first
time.can any one help me..it is urgent
-- 
View this message in context: http://www.nabble.com/can-any-one-tell-me-were-orderid-is-set-tp18105439p18105439.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: can any one tell me were Shipping Address is getting set

Posted by Aravind_RP <Ar...@infosys.com>.
No,My question is were or which function sets the shipping address.so if my
modification is to directly give an address than making a change in the
database then were shall i make my change.

Vikas Mayur-2 wrote:
> 
> If your question is where it is saved than PostalAddress is the entity.
> 
> 
> -Vikas
> 
> On Wed, Jun 25, 2008 at 12:33 PM, Aravind_RP <Ar...@infosys.com>
> wrote:
> 
>>
>> thanks for that i solved it.i have another query like where is the
>> shipping
>> address set or how can we set the shipping address explicitly.expects an
>> answer as am working on these stuff for quite a few days.
>>
>>
>> Scott Gray wrote:
>> >
>> > The order id is available after the storeOrder service has been run.
>> >
>> > Regards
>> > Scott
>> >
>> > 2008/6/25 Aravind_RP <Ar...@infosys.com>:
>> >
>> >>
>> >> hi all
>> >> Am new to ofbiz order processing session and wish to implement it as a
>> >> webservice,for that i want to know were the orderid is set for the
>> first
>> >> time.can any one help me..it is urgent
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/can-any-one-tell-me-were-orderid-is-set-tp18105439p18105439.html
>> >> Sent from the OFBiz - User mailing list archive at Nabble.com.
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/can-any-one-tell-me-were-orderid-is-set-tp18105439p18106256.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/can-any-one-tell-me-were-orderid-is-set-tp18105439p18107181.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: can any one tell me were orderid is set

Posted by BJ Freeman <bj...@free-man.net>.
Addresses are set as contact mech to a party ID.
if is best if you read the Demo data in the data folders for the ecommerce.

Vikas Mayur sent the following on 6/25/2008 12:27 AM:
> If your question is where it is saved than PostalAddress is the entity.
> 
> 
> -Vikas
> 
> On Wed, Jun 25, 2008 at 12:33 PM, Aravind_RP <Ar...@infosys.com>
> wrote:
> 
>> thanks for that i solved it.i have another query like where is the shipping
>> address set or how can we set the shipping address explicitly.expects an
>> answer as am working on these stuff for quite a few days.
>>
>>
>> Scott Gray wrote:
>>> The order id is available after the storeOrder service has been run.
>>>
>>> Regards
>>> Scott
>>>
>>> 2008/6/25 Aravind_RP <Ar...@infosys.com>:
>>>
>>>> hi all
>>>> Am new to ofbiz order processing session and wish to implement it as a
>>>> webservice,for that i want to know were the orderid is set for the first
>>>> time.can any one help me..it is urgent
>>>> --
>>>> View this message in context:
>>>>
>> http://www.nabble.com/can-any-one-tell-me-were-orderid-is-set-tp18105439p18105439.html
>>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>
>> --
>> View this message in context:
>> http://www.nabble.com/can-any-one-tell-me-were-orderid-is-set-tp18105439p18106256.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>>
> 


Re: can any one tell me were orderid is set

Posted by Vikas Mayur <vi...@gmail.com>.
If your question is where it is saved than PostalAddress is the entity.


-Vikas

On Wed, Jun 25, 2008 at 12:33 PM, Aravind_RP <Ar...@infosys.com>
wrote:

>
> thanks for that i solved it.i have another query like where is the shipping
> address set or how can we set the shipping address explicitly.expects an
> answer as am working on these stuff for quite a few days.
>
>
> Scott Gray wrote:
> >
> > The order id is available after the storeOrder service has been run.
> >
> > Regards
> > Scott
> >
> > 2008/6/25 Aravind_RP <Ar...@infosys.com>:
> >
> >>
> >> hi all
> >> Am new to ofbiz order processing session and wish to implement it as a
> >> webservice,for that i want to know were the orderid is set for the first
> >> time.can any one help me..it is urgent
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/can-any-one-tell-me-were-orderid-is-set-tp18105439p18105439.html
> >> Sent from the OFBiz - User mailing list archive at Nabble.com.
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/can-any-one-tell-me-were-orderid-is-set-tp18105439p18106256.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>

Re: can any one tell me were orderid is set

Posted by Canh Phan <cx...@yahoo.com>.
Hi all,

Sorry for the Spam everyone. I am trying to unsubscribe from the user email list:

user-unsubscribe@ofbiz.apache.org
dev-unsubscribe@ofbiz.apache.org

But it does not seem to work, would anyone know how? Thanks a lot.

C


      

Re: can any one tell me were orderid is set

Posted by Scott Gray <le...@gmail.com>.
If you take the time to watch the framework introduction videos on
docs.ofbiz.org you will be able to answer these questions yourself.  All you
need to understand is the basic flow between requests, events, services,
views, etc, then you can examine the entire order process as it stands in
OFBiz and reapply the concepts to your own work.

Regards
Scott

2008/6/25 Aravind_RP <Ar...@infosys.com>:

>
> thanks for that i solved it.i have another query like where is the shipping
> address set or how can we set the shipping address explicitly.expects an
> answer as am working on these stuff for quite a few days.
>
>
> Scott Gray wrote:
> >
> > The order id is available after the storeOrder service has been run.
> >
> > Regards
> > Scott
> >
> > 2008/6/25 Aravind_RP <Ar...@infosys.com>:
> >
> >>
> >> hi all
> >> Am new to ofbiz order processing session and wish to implement it as a
> >> webservice,for that i want to know were the orderid is set for the first
> >> time.can any one help me..it is urgent
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/can-any-one-tell-me-were-orderid-is-set-tp18105439p18105439.html
> >> Sent from the OFBiz - User mailing list archive at Nabble.com.
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/can-any-one-tell-me-were-orderid-is-set-tp18105439p18106256.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>

Re: can any one tell me were orderid is set

Posted by Aravind_RP <Ar...@infosys.com>.
thanks for that i solved it.i have another query like where is the shipping
address set or how can we set the shipping address explicitly.expects an
answer as am working on these stuff for quite a few days.


Scott Gray wrote:
> 
> The order id is available after the storeOrder service has been run.
> 
> Regards
> Scott
> 
> 2008/6/25 Aravind_RP <Ar...@infosys.com>:
> 
>>
>> hi all
>> Am new to ofbiz order processing session and wish to implement it as a
>> webservice,for that i want to know were the orderid is set for the first
>> time.can any one help me..it is urgent
>> --
>> View this message in context:
>> http://www.nabble.com/can-any-one-tell-me-were-orderid-is-set-tp18105439p18105439.html
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/can-any-one-tell-me-were-orderid-is-set-tp18105439p18106256.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: can any one tell me were orderid is set

Posted by Scott Gray <le...@gmail.com>.
The order id is available after the storeOrder service has been run.

Regards
Scott

2008/6/25 Aravind_RP <Ar...@infosys.com>:

>
> hi all
> Am new to ofbiz order processing session and wish to implement it as a
> webservice,for that i want to know were the orderid is set for the first
> time.can any one help me..it is urgent
> --
> View this message in context:
> http://www.nabble.com/can-any-one-tell-me-were-orderid-is-set-tp18105439p18105439.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>