Re: Lookup form multiple parameters

2010-12-28 Thread Shereen

Can anyone give me a hint how we receive those target parameters in
LookUpWorkshop 
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Export-Ofbiz-Services-that-use-complex-type-parameters-New-AXIS2-Ofbiz-Component-Example-tp160706p3166845.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Fulfill Contact Mech Id not working

2010-12-28 Thread Shereen

Actually the main problem is in the screen Edit Request 
when I go to create request I choose customet and then I should choose
fullFul contact mech Id using the lookup button and it's expected that I'll
get a list of the available contact mechanisms of that client but that
doesn't happen and I got emtyp list.
 this is the important part in the custRequestForms

 


   
as you see the fromPartyId is used as target parameter to the
LookupPreferredContactMech but Actually this parameter seems to be
incorrectly received because I get an empty list.
what I did as a test is that I went to LookupPreferredContactMech and put
the partyId myself for example DemoCustomer and everything worked find I got
a list of all possible contact mechanisms for this party so I'm asking how
to receive it correctly?
 can anyone check with me the code in LookupPreferredContactMech

I'll put it anyway






















it seems there's something wrong in this 

when I hard coded it it worked
also in the previous version it was "parameters.parm0"
I've tried lots of things for example "parameters.fromPartyId"

does anyone have a clue?
where can I study the code of the target-parameter and how to send and
receive it?


-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Fulfill-Contact-Mech-Id-not-working-tp3166032p3166836.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Customer Registration module in OFBiz without address details.

2010-12-28 Thread rohit

hi,

yes, its possible to register a customer without the address details. we use
the service 'createPersonAndUserLogin' to do this. you can probably use the
same service, using some default password required to be changed at first
log-on. the only parameters that you necessarily need is the first name,
last name, userloginId and the password to run this service. the rest of the
data can be added as and when necessary.

hope it helps.

rohit

-
http://www.saanjhi.com saanjhi.com 
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Customer-Registration-module-in-OFBiz-without-address-details-tp3165933p3166818.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Not getting right behavior of use-when when using in multi (form type) form

2010-12-28 Thread Ravindra Mandre
hi all,
Is there any other way of using , use-when tag in multi form so that the
form should not insert extra spaces between columns.

Ravi



On Tue, Dec 28, 2010 at 8:20 PM, Ravindra Mandre wrote:

> Hi Shereen,
> Thanks for your reply but I am fine with this if I am using with single
> form , I want to use this in multi form (form Type = multi) , btw I also
> tried the way you suggested but It does not gave me any good luck, If you
> came across this situation while using multi form , please share.
> thanks
>
>
>
> Ravindra Mandre
>


Re: Fulfill Contact Mech Id not working

2010-12-28 Thread BJ Freeman

this would be good to put in mailing list for users area.

Jacques Le Roux sent the following on 12/28/2010 7:47 AM:

You need to give us more details. Most of the time URLs are enough and
welcome
Else please follow this scenario (at leat relevant parts)

Why
* What you were looking for
* How did you try to achieve it
* What did you expect as results
* And what you really got
How
# What you did (including detailed steps to reproduce)
# What you expected to happen
# What actually happened (including exact quotes of error messages, etc)
# If possible provide an URL

Jacques

From: "Shereen" 

does anyone know how to acccess the target parameters ?
if it's not list just one parameters?
how to access it. it seems this is the problem
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/Fulfill-Contact-Mech-Id-not-working-tp3166032p3166067.html

Sent from the OFBiz - User mailing list archive at Nabble.com.






Re: Customer Registration module in OFBiz without address details.

2010-12-28 Thread BJ Freeman

look at quickCreateCustomer service


Note: you can use the artifactinfo in webtools.
put in, as an example, customer it will return all things related to 
customer.

you can then look at all the services related to customer.

=
BJ Freeman
Strategic Power Office with Supplier Automation  

Specialtymarket.com  
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Naveen Kumar B V sent the following on 12/28/2010 4:23 AM:


Hi,

 Can we register a new customer in OFBiz without accepting the address
details?

Scenario:

  I have integrated OpenId with OFBiz, and a user is successfully
authenticated against an OpenID Provider (Eg: Google).
Now i need to fit this with the normal registration flow in ofbiz, because i
feel it is inappropriate to code the entire module of MAINTAINING USER
SESSION, etc
and other such functionalities which are already provided by OFBiz OOTB
implementation.

Note: User details available from an OpenId provider are limited like:
FirstName, LastName, FullName, Email, Language,&  Gender.

So, i will bind only the parameters available above in the registration form
(custom implementation) and ask the user ONLY for a change in userName if
REQUIRED.
(*** Since userId has to be saved in OFbiz DB for other purporses).

  At this point, can i ignore all the other details(address) required while
registration so that i can successfully save the user in OFBiz DB also. And
accept address details,
when the customer is actually placing an order at a later stage.

What is the after-effect for the above implementation?

Please excuse me if the explanation is a bit lengthy, and point me out if i
am going wrong. What needs to be done to get this working.
Thanks in advance.

Regards,
Naveen Kumar B.V



Re: Fulfill Contact Mech Id not working

2010-12-28 Thread Jacques Le Roux

You need to give us more details. Most of the time URLs are enough and welcome
Else please follow this scenario (at leat relevant parts)

Why
   * What you were looking for
   * How did you try to achieve it
   * What did you expect as results
   * And what you really got
How
   # What you did (including detailed steps to reproduce)
   # What you expected to happen
   # What actually happened (including exact quotes of error messages, etc)
   # If possible provide an URL

Jacques

From: "Shereen" 

does anyone know how to acccess the target parameters ?
if it's not list just one parameters?
how to access it. it seems this is the problem
--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Fulfill-Contact-Mech-Id-not-working-tp3166032p3166067.html
Sent from the OFBiz - User mailing list archive at Nabble.com.





Re: Fulfill Contact Mech Id not working

2010-12-28 Thread Shereen

does anyone know how to acccess the target parameters ?
if it's not list just one parameters?
how to access it. it seems this is the problem
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Fulfill-Contact-Mech-Id-not-working-tp3166032p3166067.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Not getting right behavior of use-when when using in multi (form type) form

2010-12-28 Thread Ravindra Mandre
Hi Shereen,
Thanks for your reply but I am fine with this if I am using with single form
, I want to use this in multi form (form Type = multi) , btw I also tried
the way you suggested but It does not gave me any good luck, If you came
across this situation while using multi form , please share.
thanks



Ravindra Mandre


Re: Not getting right behavior of use-when when using in multi (form type) form

2010-12-28 Thread Shereen

I faced A similar problem and I found no answer to me question but while
customizing in the return forms I found those lines 
observe how the condition should be written (I didn't have time to test it
myself)


-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Not-getting-right-behavior-of-use-when-when-using-in-multi-form-type-form-tp3166002p3166022.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Not getting right behavior of use-when when using in multi (form type) form

2010-12-28 Thread Ravindra Mandre
Hi ,
I am facing problem while using the use-when tag inside the multi form,
I have to following form











 

as expected it should display or text , field depending upon the passed
condition but
when i am using the use-when tag then the attrValue's display row gets
shifted toward the right-side of the form and inserts two extra  , which
makes forms look very ugly,  I am struggling with this from a long time, or
some can suggest of other way of using the "use-when " tag,
the purpose of doing this is i want to use same form for display and update.



Regards
Ravindra Mandre


Customer Registration module in OFBiz without address details.

2010-12-28 Thread Naveen Kumar B V
Hi,

Can we register a new customer in OFBiz without accepting the address
details?

Scenario:

 I have integrated OpenId with OFBiz, and a user is successfully
authenticated against an OpenID Provider (Eg: Google).
Now i need to fit this with the normal registration flow in ofbiz, because i
feel it is inappropriate to code the entire module of MAINTAINING USER
SESSION, etc
and other such functionalities which are already provided by OFBiz OOTB
implementation.

Note: User details available from an OpenId provider are limited like:
FirstName, LastName, FullName, Email, Language, & Gender.

So, i will bind only the parameters available above in the registration form
(custom implementation) and ask the user ONLY for a change in userName if
REQUIRED.
(*** Since userId has to be saved in OFbiz DB for other purporses).

 At this point, can i ignore all the other details(address) required while
registration so that i can successfully save the user in OFBiz DB also. And
accept address details,
when the customer is actually placing an order at a later stage.

What is the after-effect for the above implementation?

Please excuse me if the explanation is a bit lengthy, and point me out if i
am going wrong. What needs to be done to get this working.
Thanks in advance.

Regards,
Naveen Kumar B.V


Re: unable to export the Wiki sections.

2010-12-28 Thread BJ Freeman

thanks have both of them.



=
BJ Freeman
Strategic Power Office with Supplier Automation  

Specialtymarket.com  
Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Jacques Le Roux sent the following on 12/28/2010 3:09 AM:


http://ofbiz-bigfiles.apache.org/OFBTECH-050433-1161.xml.zip

Jacques

From: "BJ Freeman" 

thanks
the technical docs is the only other one to update the online tech doc

Jacques Le Roux sent the following on 12/27/2010 1:36 PM:

Finally it's done

Jacques

From: "Jacques Le Roux" 

I see, I have it and I think I know why: this and the other spaces but
OFBIZ are not open. I will put the image at (not enough time tonight)
http://ofbiz-bigfiles.apache.org/OFBENDUSER-145809-1143.xml.zip
Let me know if you need more...

Jacques

From: "BJ Freeman" 

https://cwiki.apache.org/confluence/spaces/viewspacesummary.action?key=OFBIZ


0n the left is Export and one selection is Xml

however the others don't have this.

=
BJ Freeman
Strategic Power Office with Supplier Automation

Specialtymarket.com 
Systems Integrator-- Glad to Assist

Chat Y! messenger: bjfr33man
Jacques Le Roux sent the following on 12/27/2010 1:41 AM:


It works for me (Word & PDF) but the page is empty anyway. It seems
that
export does not export children pages, only the page content

Jacques

From: "BJ Freeman" 

I can export
https://cwiki.apache.org/confluence/display/OFBIZ/Home
but can not do the same for
https://cwiki.apache.org/confluence/display/OFBENDUSER/OFBiz+End+User+Docs+Home






=
BJ Freeman
Strategic Power Office with Supplier Automation

Specialtymarket.com 
Systems Integrator-- Glad to Assist

Chat Y! messenger: bjfr33man





















Re: unable to export the Wiki sections.

2010-12-28 Thread Jacques Le Roux

http://ofbiz-bigfiles.apache.org/OFBTECH-050433-1161.xml.zip

Jacques

From: "BJ Freeman" 

thanks
the technical docs is the only other one to update the online tech doc

Jacques Le Roux sent the following on 12/27/2010 1:36 PM:

Finally it's done

Jacques

From: "Jacques Le Roux" 

I see, I have it and I think I know why: this and the other spaces but
OFBIZ are not open. I will put the image at (not enough time tonight)
http://ofbiz-bigfiles.apache.org/OFBENDUSER-145809-1143.xml.zip
Let me know if you need more...

Jacques

From: "BJ Freeman" 

https://cwiki.apache.org/confluence/spaces/viewspacesummary.action?key=OFBIZ

0n the left is Export and one selection is Xml

however the others don't have this.

=
BJ Freeman
Strategic Power Office with Supplier Automation

Specialtymarket.com 
Systems Integrator-- Glad to Assist

Chat Y! messenger: bjfr33man
Jacques Le Roux sent the following on 12/27/2010 1:41 AM:


It works for me (Word & PDF) but the page is empty anyway. It seems
that
export does not export children pages, only the page content

Jacques

From: "BJ Freeman" 

I can export
https://cwiki.apache.org/confluence/display/OFBIZ/Home
but can not do the same for
https://cwiki.apache.org/confluence/display/OFBENDUSER/OFBiz+End+User+Docs+Home





=
BJ Freeman
Strategic Power Office with Supplier Automation

Specialtymarket.com 
Systems Integrator-- Glad to Assist

Chat Y! messenger: bjfr33man