how to integrate servicenow with workday

mania
Tera Contributor

Hi,

 

We don't have HR module so how to integrate servicenow with workday integration without HR module in this scenario.

 

Can you please give me step by step process. It will helpful.

 

Thanks in Advance!

4 REPLIES 4

OlaN
Giga Sage
Giga Sage

Hi,

It would help if you could describe your requirement in more detail.

What is it you want to integrate? How should the data flow? When should it update records on either side?

If you don't have access to the HR in ServiceNow, what do you have access to? Where do you plan to store the data?

mania
Tera Contributor

@OlaN ,

 

Need to Onboarding view like i don't want HR module. I want to integrate ServiceNow with workday integration through SOAP or REST API's . Is it possible? if yes can you give me proper steps like how to archive this. Can you please help me on this.

 

Thanks!

Mania

Possible yes.

But would require some extensive work by building a custom application that handles the integration.

No, I cannot give you the steps required to build this custom thing step by step, it's big project that cannot be answered just like that, and it would also require a whole lot more info on what options are available in your instance.

I can advice you to make use of a PDI and of the free resources on the Developer site to try and build something on your own, and then ask again in the Community if you get stuck at some point.

Jordan Vignoni
Tera Guru

At a super high-level, you would need to:

  1. Create a custom app/table in ServiceNow to store the onboarding data.
  2. Create a RaaS in Workday to collect the desired data.
  3. Create an outbound integration in Workday to send the data.
  4. Create an inbound web service to receive the data, and transform the data into the target table.