From 979a5e62307e1999d2f8bcf86736fca76d8d254a Mon Sep 17 00:00:00 2001 From: Mateo Stakor Date: Mon, 13 Sep 2021 17:18:39 +0200 Subject: [PATCH] BH-71645: Add isWorkFromHome to JobOrder and Placement documentation --- source/includes/entityref/_joborder.md | 7 +++++++ source/includes/entityref/_placement.md | 1 + 2 files changed, 8 insertions(+) diff --git a/source/includes/entityref/_joborder.md b/source/includes/entityref/_joborder.md index 19bceac..fe40d09 100644 --- a/source/includes/entityref/_joborder.md +++ b/source/includes/entityref/_joborder.md @@ -855,5 +855,12 @@ The JobOrder entity supports the massUpdate operations. + + isWorkFromHome + Boolean + Indicates whether the job is going to be remote or work from home. + + + diff --git a/source/includes/entityref/_placement.md b/source/includes/entityref/_placement.md index c64c26f..32e90eb 100644 --- a/source/includes/entityref/_placement.md +++ b/source/includes/entityref/_placement.md @@ -104,3 +104,4 @@ Represents a successfully filled job; for example, a placement of a candidate in | workersCompensationRateID | Integer (100) | **Not supported in this release.** Id of the WorkersCompensationRate associated with this Placement. | | | | workWeekStart | Integer | Day of the week on which the work week begins for this Placement. 1 = Sunday, 2 = Monday, and so forth. | | | | venderClientCorporation | To-one association | Umbrella company associated with this Placement. | | | +| isWorkFromHome | Boolean | Indicates whether the job is going to be remote or work from home. | | |