Skip to content

Commit

Permalink
feat: new Clayton Diff Scan button
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Pellegatta committed Nov 14, 2022
1 parent 97736f2 commit 5979a9b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<WebLink xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Clayton_Diff_Scan</fullName>
<availability>online</availability>
<description>Trigger a Diff Clayton scan</description>
<displayType>button</displayType>
<encodingKey>UTF-8</encodingKey>
<hasMenubar>false</hasMenubar>
<hasScrollbars>true</hasScrollbars>
<hasToolbar>false</hasToolbar>
<height>600</height>
<isResizable>true</isResizable>
<linkType>url</linkType>
<masterLabel>Clayton Diff Scan</masterLabel>
<openType>newWindow</openType>
<position>none</position>
<protected>false</protected>
<showsLocation>false</showsLocation>
<showsStatus>false</showsStatus>
<url>/flow/clayton/ClaytonDiffScan?UserStoryId={!copado__User_Story__c.Id}</url>
</WebLink>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<height>600</height>
<isResizable>true</isResizable>
<linkType>url</linkType>
<masterLabel>Clayton Scan</masterLabel>
<masterLabel>Clayton Full Scan</masterLabel>
<openType>newWindow</openType>
<position>none</position>
<protected>false</protected>
Expand Down

0 comments on commit 5979a9b

Please sign in to comment.