\r
global class System_Date_addDays {\r
\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
+ @InvocableMethod(label='System.Date.addDays()' category='Flowpex' iconName='slds:standard:event' 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:standard:date_input' description='Adds the specified number of additional months to a Date.')\r
+ @InvocableMethod(label='System.Date.addMonths()' category='Flowpex' iconName='slds:standard:event' 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:standard:date_input' description='Adds the specified number of additional years to a Date.')\r
+ @InvocableMethod(label='System.Date.addYears()' category='Flowpex' iconName='slds:standard:event' 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
\r
global class System_Date_day {\r
\r
- @InvocableMethod(label='System.Date.day()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the day-of-month component of a Date.')\r
+ @InvocableMethod(label='System.Date.day()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the day-of-month component of a Date.')\r
\r
global static List<Response> System_Date_day (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_dayOfYear {\r
\r
- @InvocableMethod(label='System.Date.dayOfYear()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the day-of-year component of a Date.')\r
+ @InvocableMethod(label='System.Date.dayOfYear()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the day-of-year component of a Date.')\r
\r
global static List<Response> System_Date_dayOfYear (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_daysBetween {\r
\r
- @InvocableMethod(label='System.Date.daysBetween()' category='Flowpex' iconName='slds:standard:number_input' description='Returns the number of days between two dates. If the first date occurs after the second date, the return value is negative.')\r
+ @InvocableMethod(label='System.Date.daysBetween()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the number of days between two dates. If the first date occurs after the second date, the return value is negative.')\r
\r
global static List<Response> System_Date_daysBetween (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_daysInMonth {\r
\r
- @InvocableMethod(label='System.Date.daysInMonth()' category='Flowpex' iconName='slds:standard:number_input' description='Returns the number of days in the month for the specified year and month (1=Jan).')\r
+ @InvocableMethod(label='System.Date.daysInMonth()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the number of days in the month for the specified year and month (1=Jan).')\r
\r
global static List<Response> System_Date_daysInMonth (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_format {\r
\r
- @InvocableMethod(label='System.Date.format()' category='Flowpex' iconName='slds:standard:shift_type' description='Returns the Date as a string using the locale of the context user.')\r
+ @InvocableMethod(label='System.Date.format()' category='Flowpex' iconName='slds:standard:text' description='Returns the Date as a string using the locale of the context user.')\r
\r
global static List<Response> System_Date_format (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_isLeapYear {\r
\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
+ @InvocableMethod(label='System.Date.isLeapYear()' category='Flowpex' iconName='slds:standard:cms' 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:shift' description='Returns true if two specified dates are the same.')\r
+ @InvocableMethod(label='System.Date.isSameDay()' category='Flowpex' iconName='slds:standard:cms' 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
\r
global class System_Date_month {\r
\r
- @InvocableMethod(label='System.Date.month()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the month component of a Date (1=Jan).')\r
+ @InvocableMethod(label='System.Date.month()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the month component of a Date (1=Jan).')\r
\r
global static List<Response> System_Date_month (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_monthsBetween {\r
\r
- @InvocableMethod(label='System.Date.monthsBetween()' category='Flowpex' iconName='slds:standard:number_input' description='Returns the number of months between the Date that called the method and the specified date, ignoring the difference in days.')\r
+ @InvocableMethod(label='System.Date.monthsBetween()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the number of months between the Date that called the method and the specified date, ignoring the difference in days.')\r
\r
global static List<Response> System_Date_monthsBetween (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_newInstance {\r
\r
- @InvocableMethod(label='System.Date.newInstance()' category='Flowpex' iconName='slds:standard:shift_template' description='Constructs a Date from Integer representations of the year, month (1=Jan), and day.')\r
+ @InvocableMethod(label='System.Date.newInstance()' category='Flowpex' iconName='slds:standard:event' description='Constructs a Date from Integer representations of the year, month (1=Jan), and day.')\r
\r
global static List<Response> System_Date_newInstance (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_parse {\r
\r
- @InvocableMethod(label='System.Date.parse()' category='Flowpex' iconName='slds:standard:shift_type' description='Constructs a Date from a String. The format of the String depends on the local date format.')\r
+ @InvocableMethod(label='System.Date.parse()' category='Flowpex' iconName='slds:standard:event' description='Constructs a Date from a String. The format of the String depends on the local date format.')\r
\r
global static List<Response> System_Date_parse (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_toStartOfMonth {\r
\r
- @InvocableMethod(label='System.Date.toStartOfMonth()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the first of the month for the Date that called the method.')\r
+ @InvocableMethod(label='System.Date.toStartOfMonth()' category='Flowpex' iconName='slds:standard:event' description='Returns the first of the month for the Date that called the method.')\r
\r
global static List<Response> System_Date_toStartOfMonth (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_toStartOfWeek {\r
\r
- @InvocableMethod(label='System.Date.toStartOfWeek()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the start of the week for the Date that called the method, depending on the context user\'s locale.')\r
+ @InvocableMethod(label='System.Date.toStartOfWeek()' category='Flowpex' iconName='slds:standard:event' description='Returns the start of the week for the Date that called the method, depending on the context user\'s locale.')\r
\r
global static List<Response> System_Date_toStartOfWeek (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_today {\r
\r
- @InvocableMethod(label='System.Date.today()' category='Flowpex' iconName='slds:standard:key_dates' description='Returns the current date in the current user\'s time zone.')\r
+ @InvocableMethod(label='System.Date.today()' category='Flowpex' iconName='slds:standard:event' description='Returns the current date in the current user\'s time zone.')\r
\r
global static List<Response> System_Date_today (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_valueOf {\r
\r
- @InvocableMethod(label='System.Date.valueOf()' category='Flowpex' iconName='slds:standard:shift_type' description='Returns a Date that contains the value of the specified String. The specified string should use the standard date format “yyyy-MM-dd HH:mm:ss” in the local time zone.')\r
+ @InvocableMethod(label='System.Date.valueOf()' category='Flowpex' iconName='slds:standard:event' description='Returns a Date that contains the value of the specified String. The specified string should use the standard date format “yyyy-MM-dd HH:mm:ss” in the local time zone.')\r
\r
global static List<Response> System_Date_valueOf (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_year {\r
\r
- @InvocableMethod(label='System.Date.year()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the year component of a Date.')\r
+ @InvocableMethod(label='System.Date.year()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the year component of a Date.')\r
\r
global static List<Response> System_Date_year (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r