From: Chris Duncan Date: Thu, 27 Jun 2024 05:59:19 +0000 (-0700) Subject: Use same icon for Boolean as Flow does. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=3dc73babbe97394e2e648989bf3088f60fde16c9;p=flowpex.git Use same icon for Boolean as Flow does. --- 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();