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

Commit

Permalink
Account on Swim Lane
Browse files Browse the repository at this point in the history
1. Added Account lookup to Swim Lane so users can keep track of work done with which customer
  • Loading branch information
Eric Schultz committed Aug 10, 2021
1 parent 0441c9a commit fedb7e3
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<fieldItem>Record.Total_Time_to_Complete_in_minutes__c</fieldItem>
</fieldInstance>
</itemInstances>
<itemInstances>
<fieldInstance>
<fieldItem>Record.Account__c</fieldItem>
</fieldInstance>
</itemInstances>
<name>Facet-819c29e2-f976-41e8-b099-a72c5a10ab35</name>
<type>Facet</type>
</flexiPageRegions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<behavior>Readonly</behavior>
<field>Total_Time_to_Complete_in_minutes__c</field>
</layoutItems>
<layoutItems>
<behavior>Edit</behavior>
<field>Account__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns>
<layoutItems>
Expand Down
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>Account__c</fullName>
<deleteConstraint>SetNull</deleteConstraint>
<externalId>false</externalId>
<label>Account</label>
<referenceTo>Account</referenceTo>
<relationshipLabel>Swim Lanes</relationshipLabel>
<relationshipName>Swim_Lanes</relationshipName>
<required>false</required>
<trackTrending>false</trackTrending>
<type>Lookup</type>
</CustomField>
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@
<field>Lane_User__c.User__c</field>
<readable>true</readable>
</fieldPermissions>
<fieldPermissions>
<editable>true</editable>
<field>Lane__c.Account__c</field>
<readable>true</readable>
</fieldPermissions>
<fieldPermissions>
<editable>true</editable>
<field>Lane__c.Code__c</field>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@
<field>Lane_User__c.User__c</field>
<readable>true</readable>
</fieldPermissions>
<fieldPermissions>
<editable>true</editable>
<field>Lane__c.Account__c</field>
<readable>true</readable>
</fieldPermissions>
<fieldPermissions>
<editable>false</editable>
<field>Lane__c.Code__c</field>
Expand Down

0 comments on commit fedb7e3

Please sign in to comment.