From 3dc73babbe97394e2e648989bf3088f60fde16c9 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Wed, 26 Jun 2024 22:59:19 -0700 Subject: [PATCH] Use same icon for Boolean as Flow does. --- src/System/Boolean/valueOf/System_Boolean_valueOf.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System/Boolean/valueOf/System_Boolean_valueOf.cls b/src/System/Boolean/valueOf/System_Boolean_valueOf.cls index f9251e2..09f76ec 100644 --- a/src/System/Boolean/valueOf/System_Boolean_valueOf.cls +++ b/src/System/Boolean/valueOf/System_Boolean_valueOf.cls @@ -5,7 +5,7 @@ global class System_Boolean_valueOf { - @InvocableMethod(label='System.Boolean.valueOf()' category='Flowpex' iconName='slds:standard:default' description='Converts the specified string to a Boolean value and returns true if the specified string value is true. Otherwise, returns false.') + @InvocableMethod(label='System.Boolean.valueOf()' category='Flowpex' iconName='slds:standard:cms' description='Converts the specified string to a Boolean value and returns true if the specified string value is true. Otherwise, returns false.') global static List System_Boolean_valueOf (List requests) { List responses = new List(); -- 2.52.0