Fixing multiple issues in the MultiDay leave request Topic in Workday#486
Fixing multiple issues in the MultiDay leave request Topic in Workday#486srideshpande wants to merge 2 commits intomainfrom
Conversation
| {Keywords: "vacation,annual,pto,holiday pay", LeaveTypeValue: "Vacation_Hours"}, | ||
| {Keywords: "floating,floater,float day", LeaveTypeValue: "Floating_Holiday_Hours"}, | ||
| {Keywords: "sick,illness,medical,unwell,not feeling well", LeaveTypeValue: "Sick_Hours"} | ||
| {Keywords: "sick,illness,medical,unwell,not feeling well", LeaveTypeValue: "ESS_Sick_Time_Off"} |
There was a problem hiding this comment.
is this (ESS_Sick_Time_Off) something customers has to create in their WD instance?
| {Title: "Medical / Doctor appointment", ReasonID: "REASON_MEDICAL"}, | ||
| {Title: "Family event", ReasonID: "REASON_FAMILY"}, | ||
| {Title: "Travel / Vacation", ReasonID: "REASON_TRAVEL"}, | ||
| {Title: "Other", ReasonID: "REASON_OTHER"} |
There was a problem hiding this comment.
There could be customer choice of options too. Can we update the readme - explaining the process to append customer choices here?
|
@srideshpande please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Fixes made in the PR
New Input & Configuration
InputLeaveReasonautomatic task input typeTimeOffReasonConfigtable with 5 reason optionsinputTypeproperties alphabetically; addedInputLeaveReasonUI/Layout Changes
ColumnSetData & API Changes
Sick_HourstoESS_Sick_Time_OffPlanIDfromFH_USAtoABSENCE_PLAN-6-139leaveCommentandtimeOffReasonto output bindingsset_time_off_commentvariable with fallback defaulttimeoff_ReasonparameterButton & Flow Changes
data: { actionSubmitId }to Submit/Cancel buttonsassociatedInputs: "none"EndDialoginstead of 1 message +CancelAllDialogsBug Fixes
How/What to Test
Time-off request flow (happy path)
timeoff_Reason) and commentSick leave & floating holiday
ESS_Sick_Time_Off(notSick_Hours)ABSENCE_PLAN-6-139(notFH_USA)Cancel flow
EndDialog(notCancelAllDialogs)associatedInputs: "none")Validation & edge cases
set_time_off_commentleaveCommentandtimeOffReasonoutput bindings are populated correctlyScreenshots
BEFORE

AFTER
