Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BH-71645: Add isWorkFromHome to JobOrder and Placement documentation #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions source/includes/entityref/_joborder.md
Original file line number Diff line number Diff line change
Expand Up @@ -855,5 +855,12 @@ The JobOrder entity supports the massUpdate operations.
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>isWorkFromHome</td>
<td>Boolean</td>
<td>Indicates whether the job is going to be remote or work from home.</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
1 change: 1 addition & 0 deletions source/includes/entityref/_placement.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. | | |