createWorkEffortQuote service

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

createWorkEffortQuote service

Malin Nicolas
I analyse this service createWorkEffortQuote
https://demo-trunk.ofbiz.apache.org/webtools/control/ServiceList?sel_service_name=createWorkEffortQuote 
and in entry it take this :

<auto-attributes include="pk" mode="IN" optional="false"
entity-name="QuoteWorkEffort"/>
<auto-attributes include="all" mode="IN" optional="true"
entity-name="Quote"/>

But on service, only QuoteWorkEffort attributs used to create this
entity. Any reason to take all Quote attributs?

Nicolas

--
Nicolas MALIN
Consultant
Tél : 06.17.66.40.06
Site projet : http://www.neogia.org/
-------
Société LibrenBerry
Tél : 02.48.02.56.12
Site : http://www.librenberry.net/

Reply | Threaded
Open this post in threaded view
|

Re: createWorkEffortQuote service

Malin Nicolas
I continue analyse ;)
all remove quote service (item, adj, ...) take nonpk value on entry. I
not found the reason. If they no available reason, I propose to open
jira issue to clean service definition.

Nicolas

Le 15/09/2010 17:54, Nicolas Malin a écrit :

> I analyse this service createWorkEffortQuote
> https://demo-trunk.ofbiz.apache.org/webtools/control/ServiceList?sel_service_name=createWorkEffortQuote 
> and in entry it take this :
>
> <auto-attributes include="pk" mode="IN" optional="false"
> entity-name="QuoteWorkEffort"/>
> <auto-attributes include="all" mode="IN" optional="true"
> entity-name="Quote"/>
>
> But on service, only QuoteWorkEffort attributs used to create this
> entity. Any reason to take all Quote attributs?
>
> Nicolas
>


--
Nicolas MALIN
Consultant
Tél : 06.17.66.40.06
Site projet : http://www.neogia.org/
-------
Société LibrenBerry
Tél : 02.48.02.56.12
Site : http://www.librenberry.net/