Skip to content
Merged
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
10 changes: 10 additions & 0 deletions connection-guides/hris/workday_wql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ If your URL is `https://my-instance.workday.com/my-tenant/d/etc`, your tenant is
| Person Data: Work Phone | Get Only |
| Person Data: Ethnicity | Get Only |

<Warning>
Depending on the fields included in your custom report, additional **Domain Security Policy Permissions** may be required.
If you encounter `null` values in the API response, review and add the necessary permissions accordingly.
</Warning>
</Step>
</Steps>

Expand Down Expand Up @@ -234,6 +238,10 @@ If your URL is `https://my-instance.workday.com/my-tenant/d/etc`, your tenant is
src="/images/workday-wql/image16.png"
/>
</Frame>

<Warning>
You must **activate security changes** each time you modify Domain Security Policy Permissions; otherwise changes will not take effect.
</Warning>
</Step>
</Steps>

Expand Down Expand Up @@ -437,6 +445,8 @@ If your URL is `https://my-instance.workday.com/my-tenant/d/etc`, your tenant is
<Frame>
<img className="rounded-md" style={{ margin:"0 auto",border:"1px solid #efefef" }} alt="Prompts Settings" src="/images/workday-wql/workday_wql_custom_report_prompt.png" />
</Frame>

Click `OK` to save the report.
</Step>

<Step title="Go to View Custom Report">
Expand Down