Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creativecontentlabtokyo/2984df8e7a2c35d6ad9af778abe55dd4 to your computer and use it in GitHub Desktop.
Save creativecontentlabtokyo/2984df8e7a2c35d6ad9af778abe55dd4 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<Flow xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>51.0</apiVersion>
<description>選択した取引先責任者を表示する画面フロー</description>
<interviewLabel>選択した取引先責任者を表示する画面フロー {!$Flow.CurrentDateTime}</interviewLabel>
<label>選択した取引先責任者を表示する画面フロー</label>
<processMetadataValues>
<name>BuilderType</name>
<value>
<stringValue>LightningFlowBuilder</stringValue>
</value>
</processMetadataValues>
<processMetadataValues>
<name>CanvasMode</name>
<value>
<stringValue>AUTO_LAYOUT_CANVAS</stringValue>
</value>
</processMetadataValues>
<processMetadataValues>
<name>OriginBuilderType</name>
<value>
<stringValue>LightningFlowBuilder</stringValue>
</value>
</processMetadataValues>
<processType>Flow</processType>
<screens>
<name>TitleContactIDs</name>
<label>取引先責任者ID表示</label>
<locationX>176</locationX>
<locationY>158</locationY>
<allowBack>true</allowBack>
<allowFinish>true</allowFinish>
<allowPause>true</allowPause>
<fields>
<name>ShowContactRecordSet</name>
<fieldText>&lt;p&gt;&lt;span style=&quot;font-size: 16px; color: rgb(66, 121, 169);&quot;&gt;選択した取引先責任者ID&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;{!ContactRecordSet}&lt;/span&gt;&lt;/p&gt;</fieldText>
<fieldType>DisplayText</fieldType>
</fields>
<showFooter>true</showFooter>
<showHeader>true</showHeader>
</screens>
<start>
<locationX>50</locationX>
<locationY>0</locationY>
<connector>
<targetReference>TitleContactIDs</targetReference>
</connector>
</start>
<status>Draft</status>
<variables>
<description>取引先責任者のレコードセット</description>
<name>ContactRecordSet</name>
<dataType>SObject</dataType>
<isCollection>true</isCollection>
<isInput>true</isInput>
<isOutput>true</isOutput>
<objectType>Contact</objectType>
</variables>
</Flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment