Skip to content

Commit

Permalink
fix: changed Contact.Lifetime_Value__c type to currency
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Oct 9, 2024
1 parent a3fd5d8 commit 24128dc
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Lifetime_Value__c</fullName>
<deprecated>false</deprecated>
<description
>The Guests Lifetime Value as calculated from the data in Data Cloud</description>
<externalId>false</externalId>
<label>Lifetime Value</label>
<precision>18</precision>
<required>false</required>
<scale>2</scale>
<trackFeedHistory>false</trackFeedHistory>
<type>Number</type>
<unique>false</unique>
<type>Currency</type>
</CustomField>

0 comments on commit 24128dc

Please sign in to comment.