Dear Rishi,

Yes, you’re right. It’s my bad.
Sorry that I confused all.

The following quoted part that you replied is definitely what I need. The field 
"BASE_CURRENCY_UOM_ID" does the trick.
I'd like to know further how can a newbie like me know the field is being read 
into "defaultOrganizationPartyCurrencyUomId"?
(What I did is to search overall project to find out where these 2 terms had 
been used. But I could not find any class (java file) using the term 
"defaultOrganizationPartyCurrencyUomId".)

"Schumann,
I replied you in another thread where you asked for currency. As I asked you 
what you want to achieve with set of options, to help you better.

Anyways, if you are looking for in which entity this data store against party 
then it is PartyAcctgPreference.  If you are looking for something else then 
please let me know."

Advanced thanks for your guide.

Regards,
Rishi Solanki

-----邮件原件-----
发件人: Rishi Solanki <rishisolan...@gmail.com> 
发送时间: 2018年3月27日 21:46
收件人: ofbizuser <user@ofbiz.apache.org>
主题: Re: How to change defaultOrganizationPartyCurrencyUomId

Schumann,
Here you go:
https://demo-trunk.ofbiz.apache.org/partymgr/control/editpartygroup?partyId=Company

Your question is not clear, what do you want to achieve. Want to change 
currency for particular party or store or business/application?


Rishi Solanki
Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co

On Tue, Mar 27, 2018 at 4:41 PM, Schumann Ye <schumanny...@hotmail.com>
wrote:

> Dear Gurus,
>
> How should I change the "defaultOrganizationPartyCurrencyUomId" from 
> "American Dollar - USD" to other currency? (The example below is 
> located in PartyForms.xml).
>
>         <field name="preferredCurrencyUomId">
>             <drop-down allow-empty="true" no-current-selected-key="${ 
> defaultOrganizationPartyCurrencyUomId}">
>                 <entity-options key-field-name="uomId"
> description="${description} - ${abbreviation}" entity-name="Uom">
>                     <entity-constraint name="uomTypeId" operator="equals"
> value="CURRENCY_MEASURE"/>
>                     <entity-order-by field-name="description"/>
>                 </entity-options>
>             </drop-down>
>         </field>
>
> Best Regards
>
> Schumann Ye
> KTK Group Co., Ltd.
> Mobile:+86-1800-150-1800
> Email: schum...@ktk.com.cn<mailto:q...@ktk.com.cn>
> ******************************************************
> Add: Industrial Park,Yaoguan Town,Wujin District, Changzhou City, 
> JiangSu Province,China Zip Code: 213102
> Website: http://www.ktk.com.cn<http://www.ktk.com.cn/>
> http://www.wjjh.com<http://www.wjjh.com/>
>
>
>
>

Reply via email to