I want to use the Kronos Workforce Central API to view and edit queries in the Kronos Transaction Assistant.
I can login to Kronos by submitting an XML login request to /wfc/XmlService, but I haven't found any documentation for accessing the Transaction Assistant.
<Kronos_WFC version = '1.0'>
<Request
Object = 'System'
Action = 'Logon'
Username = 'SomeUsername'
Password = 'SomePassword'
/>
</Kronos_WFC>
How do I retrieve Transaction Manager entries in Kronos WFC v6.3 with the Kronos API?
According to the Workforce Central v6.3 Timekeeping Developer's Guide (login required), you can retrieved failed XML transactions from the Transaction Assistant with
<FailedXMLTransaction>.You can use the
Loadaction to view entries from the Transaction manager.The XML request below retrieves failed Pay Code Edits that were submitted by the Workforce Integration Manager.
As for editing transactions, I unfortunately couldn't find any way to do this with the XML API in v6.3.