]> git.codecow.com Git - flowpex.git/commitdiff
Fix icon.
authorChris Duncan <chris@flowpex.dev>
Wed, 10 Jul 2024 20:50:23 +0000 (13:50 -0700)
committerChris Duncan <chris@flowpex.dev>
Wed, 10 Jul 2024 20:50:23 +0000 (13:50 -0700)
src/System/Id/to15/System_Id_to15.cls

index 16767fe31ba8de561247546c770505ea640f8746..3c6d7f9bc716cd2c461c461c0044953c50cbb8b0 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Id_to15 {\r
 \r
-    @InvocableMethod(label='System.Id.to15()' category='Flowpex' iconName='slds:utility:record_lookup' description='Converts an 18-character Id value to a 15-character case-sensitive string.')\r
+    @InvocableMethod(label='System.Id.to15()' category='Flowpex' iconName='slds:standard:output' description='Converts an 18-character Id value to a 15-character case-sensitive string.')\r
 \r
     global static List<Response> System_Id_to15 (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r