Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Add default of 'N' for Party.disabled, change audit log to update fro…
Browse files Browse the repository at this point in the history
…m true/always
  • Loading branch information
jonesde committed Feb 21, 2022
1 parent ac4679d commit 1e6e9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity/PartyEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ along with this software (see the LICENSE.md file). If not, see
<field name="partyId" type="id" is-pk="true"/>
<field name="pseudoId" type="text-short" default="partyId"/>
<field name="partyTypeEnumId" type="id"/>
<field name="disabled" type="text-indicator" enable-audit-log="true"/>
<field name="disabled" type="text-indicator" enable-audit-log="true" default="'N'"/>
<field name="customerStatusId" type="id"/>
<field name="ownerPartyId" type="id" enable-audit-log="update" default="'_NA_'">
<description>If applicable, such as for customer records, the other Party that 'owns' the data for this Party.</description></field>
Expand Down

0 comments on commit 1e6e9bf

Please sign in to comment.