powershell_module_workdayapi
powershell_module_workdayapi copied to clipboard
Powershell script module for working with the Workday API, using raw XML.
The PSCustomObject accelerator also keeps order, so you can drop the extra ordered accelerator
When trying to import the WorkdayApi into Azure to use in a runbook, I'm getting the following error message: Error importing the module WorkdayApi. Import failed with the following error:...
Microsoft recently released a new module, [Microsoft.PowerShell.SecretsManagement](https://www.powershellgallery.com/packages/Microsoft.PowerShell.SecretsManagement/), for managing secrets and credentials. For more information read the [announcement blog post](https://devblogs.microsoft.com/powershell/secrets-management-development-release/). Work to use this module should coincide with moving to...
Hello community it's not really an issue i'm trying to get data for Workday XML returned fields not in the initial api list 1) wd:Formatted_Address in 2) ADDRESS_LINE_1 my_adressXXX i...
Hello i'm struggling with UTF and workdayapi i gather few additional fields like ADDRESS_LINE_1 in my powershell script, print to screen and then export them to csv. when doing so...
This could be a breaking change for some.
Hello i try to set the phone number "351 (22) 0600121" and Set-WorkdayWorkerPhone is setting OK but when i read Get-WorkdayWorkerPhone it says " (122) 060-0121" is there any "pass-through"...
Sign code before publishing to Powershell Gallery. Possibly using [ModuleBuilder](https://github.com/PoshCode/ModuleBuilder/).
Are you aware of the security privileges required to utilize items like get-workdayworker ?
Invoke-WorkdayRequest / Get-WorkdayReport break if the report pulled from Workday is bigger than 500MB. According to what I found out about the error this is a limitation of the .Net...