\r
global class System_Date_isLeapYear {\r
\r
- @InvocableMethod(label='System.Date.isLeapYear()' category='Flowpex' iconName='slds:standard:product_request_line_item' description='Returns true if the specified year is a leap year.')\r
+ @InvocableMethod(label='System.Date.isLeapYear()' category='Flowpex' iconName='slds:standard:shift_scheduling_operation' description='Returns true if the specified year is a leap year.')\r
\r
global static List<Response> System_Date_isLeapYear (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_isSameDay {\r
\r
- @InvocableMethod(label='System.Date.isSameDay()' category='Flowpex' iconName='slds:standard:cms' description='Returns true if two specified dates are the same.')\r
+ @InvocableMethod(label='System.Date.isSameDay()' category='Flowpex' iconName='slds:standard:shift' description='Returns true if two specified dates are the same.')\r
\r
global static List<Response> System_Date_isSameDay (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r