<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z0000AH96JtCQJOkta Classic EngineAdministrationAnswered2024-11-29T16:26:52.000Z2024-11-06T13:01:35.000Z2024-11-29T16:26:52.000Z

BradM.51775 (Customer) asked a question.

Company Attribute from Workday

We are trying to set a company attribute in Okta -> AD -> M365 coming from Workday. Since this attributes for some oddball reason is not passed from Workday to Okta, we are using an expression for the Okta organization attribute as follows:

 

hasWorkdayUser() ? "CompanyName" : "null"

 

The problem is that we have three instances of Workday: production, preview and sandbox. As such, the expression always returns null for users who are assigned more than one instance of Workday. I would hard code the company name but since we have vendors and contractors intermingled in Okta, I can't do that. We use the above method since only employees are present in our instance of Workday. So my question is, how can I assign a company name for only employees in Okta without using any workday expressions?


This question is closed.
Loading
Company Attribute from Workday