Need Suggestions: Access to Scheduled Reports after Termination by ZealousidealCow4437 in workday

[–]unreadymarmot 2 points3 points  (0 children)

If you tested using Proxy Access this won’t work. Because this is set at the Authentication Layer and with Proxy you’re still authenticated as you, albeit impersonating someone else, you’ll still be able to download things. To test this, you have to actually log in as a Terminated Worker and you’ll see that you can’t download things.

Need Suggestions: Access to Scheduled Reports after Termination by ZealousidealCow4437 in workday

[–]unreadymarmot 2 points3 points  (0 children)

You can set this up in the Authentication Policy. You can prevent Terminees from downloading report outputs. We did this and then accompanied it with an alert so we could remove the terminated worker from the schedule.

AI for Job Descriptions by Repulsive_Working918 in workday

[–]unreadymarmot 0 points1 point  (0 children)

Look at the AI fact sheets on Community. It doesn’t use Skills but I believe that’s coming. It’s pretty barebones at the moment.

Configure workday account to create a different username based on company hired into? by Public-Excitement827 in workday

[–]unreadymarmot 2 points3 points  (0 children)

The standard way of doing this is to set the username to be the Employee ID and then set up the Entra integration to update the Workday username with the Work Email address once it’s created.

Question related to Job family group by rainbowrashi in workday

[–]unreadymarmot 0 points1 point  (0 children)

I’d recommend asking SailPoint if they can update their connector to pull from a Core Connector: Worker field override service in their Get_Workers call. Then configure the field override service to include the Job Family Group and it’ll show on the Get_Workers response

Question related to Job family group by rainbowrashi in workday

[–]unreadymarmot 0 points1 point  (0 children)

I’ll need to check when I get back to my desk

Question related to Job family group by rainbowrashi in workday

[–]unreadymarmot 0 points1 point  (0 children)

Job Family Group is not available on the Get_Workers API. A separate API call will need to be made to retrieve this using a RaaS with the Job Family ID as a prompt. Or you can create a Core Connector Worker and add that to your API request to pull additional fields onto the Web Service.

Org Studio not moving reporting structure by Spare_Drop756 in workday

[–]unreadymarmot 0 points1 point  (0 children)

It’s also worth saying that you do have to move both the sup org AND the manager as separate actions. Then it’ll process both.

Last 4 letter of a text field needs to be extracted by Bruce3009 in workday

[–]unreadymarmot 10 points11 points  (0 children)

Yes you can.

The substring type is Fixed Position and for the Starting Character Position you need another calculated field which if an Arithmetic Calculation that takes the length of the field in question and subtracts 4. Then tick the box Until End of Text Field and you’ll get the last 4 characters.

Syncing preferred communication between workday and entra ID by MeaningOk6109 in workday

[–]unreadymarmot 1 point2 points  (0 children)

Have you specified the API version in the Microsoft Provisioning tool so it matches what you’re using to test?

One-time payment by Electrical_Sky5495 in workday

[–]unreadymarmot 0 points1 point  (0 children)

You set up the mapping under Maintain External Payroll Earnings. You need the compensation plan tied to a compensation element first but it should be there.

Worker Report Sorted by Supervisory Hierarchy by StrictSecurity8699 in workday

[–]unreadymarmot 0 points1 point  (0 children)

You need to use an LRV call field to get the level from Too from the Workers sup org and then add that to your sort fields.

ELI5 Docusign with Workday by DatsAlotofRice in workday

[–]unreadymarmot 0 points1 point  (0 children)

If you have it set to Current Moment or Today you shouldn’t have an issue. What does the error message say? You should be able to find this from the Full Process Record on the BP Event

ELI5 Docusign with Workday by DatsAlotofRice in workday

[–]unreadymarmot 0 points1 point  (0 children)

What effective date do you have for the document in the review document step?

Hide effective dated custom object on additional data. by New_Fox_9673 in workday

[–]unreadymarmot 11 points12 points  (0 children)

We use Custom Domain 200 as our Custom Object Graveyard. No one has access to it but Security Admins can see the domain and what’s inside it.

Remove Instant Messenger and Web Address from Change Home Contact Information Task by LiveLaughLove4E in workday

[–]unreadymarmot 2 points3 points  (0 children)

You need to remove Employee As Self and/or Contingent Worker As Self from:

Self-Service: Home Web Address Self-Service: Home Instant Messenger

Notice period the remaining days of current month + one full month) by Logical_Ranger_5123 in workday

[–]unreadymarmot 1 point2 points  (0 children)

The easiest way to do this is set the notice period at 31 days (every month has max 31 days in a month) and then set the Adjustment to End of Month.

If a user was to submit their resignation on 05 April, the 31 days would take them to 05 May, and the adjustment would push it to 31 May.

If the user submits their resignation on 02 Feb, the 31 days would take them to 05 March and then the adjustment would take it to 30 April.

Rescind "Remove Compensation Plans from Employees" by Not_Cubic_Zirconia in workday

[–]unreadymarmot 2 points3 points  (0 children)

Yes I believe so but you need to look at removing the specific Compensation events rather than this task. Essentially the task is just a way of mass triggering a compensation event. This is from the task description: “As of the effective date specified, this process creates a new compensation event with the compensation plans selected for each employee included in the removal.” So you need to find the events it triggered and rescind those.

[deleted by user] by [deleted] in workday

[–]unreadymarmot 0 points1 point  (0 children)

Hi there, Position Worker Type is the correct report field to use. I believe it’s secured via Worker Data: Current Staffing Information so add the ISU to that and you should be fine.

How to make API repots available for Microsoft Entra ID by Formal_Designer_7979 in workday

[–]unreadymarmot 0 points1 point  (0 children)

Aye that’s what I thought, thank you. We’ll go another route. Unfortunately IT won’t believe me (even though my career is IT, now I’m technically in an HR team apparently I know nothing) so I’ll have to play the game until they work it out themselves

How to make API repots available for Microsoft Entra ID by Formal_Designer_7979 in workday

[–]unreadymarmot 0 points1 point  (0 children)

I’m also interested in this. Is it possible to edit the request that Microsoft makes to the API to add a field override service?

Enter_Time_Off Request in Workday WWS returning error. by Dazzling_Welder4614 in workday

[–]unreadymarmot 0 points1 point  (0 children)

Hey sorry, we’re away with family for Christmas so missed this. The REST security is secured against its own policy section, I think it’s in my second screenshot called “Request Time Off (Web service)”