Skip to content

Commit

Permalink
Updated SVG icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrsmith35 committed Apr 28, 2023
1 parent 0a7ea97 commit 2367321
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
global with sharing class ExtractStringsFromCollection {
global class ExtractStringsException extends Exception {}

@InvocableMethod(label='Extract Strings From Collection' description='Extract and return field values from a list of records using a provided field API name as the unique value' category='Util' iconName='resource:CollectionActionSVG:icon')
@InvocableMethod(label='Extract Strings From Collection' description='Extract and return field values from a list of records using a provided field API name as the unique value' category='Util' iconName='resource:DataCollectionSVG:colproc')
global static List <Result> extract(List<Request> requestList) {
List<Result> outputStrings = new List<Result>();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ global inherited sharing class ReturnFirstNRecords {
global class InvocableActionException extends Exception {}

// Expose this Action to the Flow
@InvocableMethod(label='Return First N Records by Eric Smith' iconName='resource:CollectionActionSVG:icon')
@InvocableMethod(label='Return First N Records by Eric Smith' category='Util' iconName='resource:DataCollectionSVG:colproc')
global static List<Results> returnNRecords(List<Requests> requestList) {

// Prepare the response to send back to the Flow
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<StaticResource xmlns="http://soap.sforce.com/2006/04/metadata">
<cacheControl>Private</cacheControl>
<contentType>image/svg+xml</contentType>
</StaticResource>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<StaticResource xmlns="http://soap.sforce.com/2006/04/metadata">
<cacheControl>Private</cacheControl>
<contentType>image/svg+xml</contentType>
</StaticResource>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2367321

Please sign in to comment.