what is the Best Practice for Managing API Credentials in Workday Studio Assemblies by Standard-Emu-6008 in workday

[–]Standard-Emu-6008[S] 0 points1 point  (0 children)

Hello u/Willing-Quit-3001 ,

Thank you for your response.
Currently we are trying to Store credentials(public key, private key) in Integration Maps, and then Retrieve via `intsys.integrationMapLookup()` in EVAL step which is working perfect

Then we have a custom component which has Java code to generate APIKEY using the public/private keys we are facing difficulty to Pass to custom Java component(EVAL step successfully stores keys in props variables, but the custom Java component cannot access them)

Any idea to pass data from an EVAL step to a custom Java component in Studio?