Thoughts on changing attribute name USER_EMAIL with name emailAddress

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

Thoughts on changing attribute name USER_EMAIL with name emailAddress

Vikas Mayur-2
  In following service defination

  <service name="sendCreatePartyEmailNotification" engine="simple"
            location="org/ofbiz/party/user/UserEvents.xml"
invoke="sendCreatePartyEmailNotification" auth="false">
        <attribute name="USER_EMAIL" type="String" mode="IN"
optional="false"/>
    </service>

Can I modify the attribute name USER_EMAIL to emailAddress and do associated
changes in other applications.
I think we use this kind of names in forms and not in services. Please
correct me if I am wrong.



Vikas
Reply | Threaded
Open this post in threaded view
|

Re: Thoughts on changing attribute name USER_EMAIL with name emailAddress

BJ Freeman
my two cents it a another service calls this one, we need to have the
attribute name unique, in case the calling service is passing in email
addresses also that are intended for other service calls in the chain.


Vikas Mayur sent the following on 5/5/2008 4:41 AM:

>   In following service defination
>
>   <service name="sendCreatePartyEmailNotification" engine="simple"
>             location="org/ofbiz/party/user/UserEvents.xml"
> invoke="sendCreatePartyEmailNotification" auth="false">
>         <attribute name="USER_EMAIL" type="String" mode="IN"
> optional="false"/>
>     </service>
>
> Can I modify the attribute name USER_EMAIL to emailAddress and do associated
> changes in other applications.
> I think we use this kind of names in forms and not in services. Please
> correct me if I am wrong.
>
>
>
> Vikas
>