Hi,
during the creation of Party Group, I noticed that the field "Party ID"
is missing. So I looked at the event createpartygroup, if the field
"Party ID" is missing then one automatically assigned. But I wanted my
own award. So I commented out the fields (see below) and the field was
there.
My question is, what is checked in these lines, which I commented out?
Thank you.
Regards
Rudolf
<form name="EditPartyGroup" type="single" target="updatePartyGroup"
default-map-name="partyGroup"
focus-field-name="groupName" header-row-style="header-row"
default-table-style="basic-table">
<alt-target use-when="partyGroup==null" target="createPartyGroup"/>
<auto-fields-service service-name="updatePartyGroup"/>
#### This are commented out lines. ##################
*<!-- <field use-when="partyGroup!=null" name="partyId"
title="${uiLabelMap.PartyPartyId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
<field use-when="partyGroup==null&&partyId==null"
name="partyId" title="${uiLabelMap.PartyPartyId}"><ignored/></field>
<field use-when="partyGroup==null&&partyId!=null"
name="partyId" title="${uiLabelMap.PartyPartyId}"
tooltip="${uiLabelMap.CommonCannotBeFound}: [${partyId}]"><display
also-hidden="false"/></field>-->*/*
*/
<field name="groupName" tooltip="${uiLabelMap.CommonRequired}"
widget-style="required"></field>
<field name="partyTypeId"><ignored/></field>
<field name="description"
title="${uiLabelMap.CommonDescription}"><text/></field>
<field name="preferredCurrencyUomId">
<drop-down allow-empty="true">
<entity-options key-field-name="uomId"
description="${abbreviation} - ${description}" entity-name="Uom">
<entity-constraint name="uomTypeId"
operator="equals" value="CURRENCY_MEASURE"/>
<entity-order-by field-name="abbreviation"/>
</entity-options>
</drop-down>