\r
global class System_Date_addDays {\r
\r
- @InvocableMethod(label='System.Date.addDays()' category='Flowpex' iconName='slds:utility:dayview' description='Adds the specified number of additional days to a Date.')\r
+ @InvocableMethod(label='System.Date.addDays()' category='Flowpex' iconName='slds:standard:date_input' description='Adds the specified number of additional days to a Date.')\r
\r
global static List<Response> System_Date_addDays (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_addMonths {\r
\r
- @InvocableMethod(label='System.Date.addMonths()' category='Flowpex' iconName='slds:utility:dayview' description='Adds the specified number of additional months to a Date.')\r
+ @InvocableMethod(label='System.Date.addMonths()' category='Flowpex' iconName='slds:standard:date_input' description='Adds the specified number of additional months to a Date.')\r
\r
global static List<Response> System_Date_addMonths (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_addYears {\r
\r
- @InvocableMethod(label='System.Date.addYears()' category='Flowpex' iconName='slds:utility:dayview' description='Adds the specified number of additional years to a Date.')\r
+ @InvocableMethod(label='System.Date.addYears()' category='Flowpex' iconName='slds:standard:date_input' description='Adds the specified number of additional years to a Date.')\r
\r
global static List<Response> System_Date_addYears (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r