Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added TimelinText field to Dialogue Meeting #2124

Merged
merged 1 commit into from
Mar 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@
</values>
<values>
<field>SObjectTitle__c</field>
<value xsi:type="xsd:string">Status__c</value>
<value xsi:type="xsd:string">TimelineText__c</value>
</values>
<values>
<field>SObjectTypeField__c</field>
Original file line number Diff line number Diff line change
@@ -262,7 +262,7 @@
<field>TAG_ActivityType__c</field>
<operator>IsNull</operator>
<value>
<booleanValue>false</booleanValue>
<booleanValue>true</booleanValue>
</value>
</filters>
<filters>
Original file line number Diff line number Diff line change
@@ -256,7 +256,7 @@
<field>TAG_ActivityType__c</field>
<operator>IsNull</operator>
<value>
<booleanValue>false</booleanValue>
<booleanValue>true</booleanValue>
</value>
</filters>
<filters>
Original file line number Diff line number Diff line change
@@ -2,5 +2,5 @@
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
<label>Konto</label>
<name>Account__c</name>
<relationshipLabel></relationshipLabel>
<relationshipLabel>Dialogmøter</relationshipLabel>
</CustomFieldTranslation>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
<label>Tekst i tidslinje</label>
<name>TimelineText__c</name>
</CustomFieldTranslation>
Original file line number Diff line number Diff line change
@@ -141,8 +141,9 @@
<type>Default</type>
</actionOverrides>
<allowInChatterGroups>false</allowInChatterGroups>
<compactLayoutAssignment>SYSTEM</compactLayoutAssignment>
<compactLayoutAssignment>Dialogue_Meeting_CL</compactLayoutAssignment>
<deploymentStatus>Deployed</deploymentStatus>
<deprecated>false</deprecated>
<enableActivities>false</enableActivities>
<enableBulkApi>false</enableBulkApi>
<enableFeeds>false</enableFeeds>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CompactLayout xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Dialogue_Meeting_CL</fullName>
<fields>MeetingTime__c</fields>
<label>Dialogue Meeting CL</label>
</CompactLayout>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>TimelineText__c</fullName>
<externalId>false</externalId>
<formula>&apos;Dialogmøte - &apos; + TEXT(Status__c)</formula>
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
<label>Timeline Text</label>
<required>false</required>
<trackHistory>false</trackHistory>
<trackTrending>false</trackTrending>
<type>Text</type>
<unique>false</unique>
</CustomField>
Original file line number Diff line number Diff line change
@@ -50,6 +50,11 @@
<field>DialogueMeeting__c.Status__c</field>
<readable>true</readable>
</fieldPermissions>
<fieldPermissions>
<editable>false</editable>
<field>DialogueMeeting__c.TimelineText__c</field>
<readable>true</readable>
</fieldPermissions>
<fieldPermissions>
<editable>false</editable>
<field>DialogueMeeting__c.UserNavIdent__c</field>