Hi,
Is there any way to add variable to instance action defined in the business class. My requirement is to add variable - Paycode in the SubmitTimeRecord Instance action in Employee PayPeriod Business class. Code from business class is given below
SubmitTimeRecord is an Instance Action
restricted
Action Rules
Submitter = 0
initiate TimeEntryApproval process
title is "TimeRecordApprovalRequiredFor<Employee.Name.PreferredFirstAndLastName>ForPeriod:<PayPeriodDateRange.Begin>-<PayPeriodDateRange.End>"
Criteria
HROrganization
PaymentSchedule
Variables
HROrganization
Employee
EmployeePayPeriod
PaymentSchedule
WorkAssignment
Supervisor
SupervisorEmail
EmployeeEmail
EmployeeName
PayPeriodBegin
PayPeriodEnd
HoursNeedingApproval
TotalPayPeriodHours
Submitter