How to integrate Workday with SharePoint Online

Ganesh 46 Reputation points
2023-03-21T07:23:45.25+00:00

Hi Team,

Can someone guide me with some resource on how to integrate Workday with SharePoint Online would be really helpful.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,612 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,667 questions
0 comments No comments
{count} vote

Accepted answer
  1. Yanli Jiang - MSFT 21,371 Reputation points Microsoft Vendor
    2023-03-22T02:43:19.2266667+00:00

    Hi @Ganesh ,

    You can integrate Workday with SharePoint Online through SFTP.

    Create file on SFTP server using Rest API & Web Service in SharePoint Online:

    We can follow below steps to create file on SFTP server:
    Step 1: Create a page in SharePoint Online and add custom button using HTML and JavaScript file. On Custom button click event, JavaScript file would call web service to create file on SFTP server.
    Step 2: Create a web service (c#) using Visual studio.

    Step 3: Publish this web service on Microsoft Azure platform.

    Step 4: Add following code to JavaScript reference file in SharePoint Online. In this step, we would get data from SharePoint Online list and pass data to web service to create file on SFTP server.
    This way, you can upload files to SFTP from SharePoint Online programmatically.

    For more information, please refer to:

    https://blog.binaryrepublik.com/2019/07/sharepoint-online-integration-with.html#.ZBpqJ3bP2Um

    And you can make it through third-party tools. Just a reference:

    https://www.cdata.com/kb/tech/workday-odata-sharepoint-external-list.rst

    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful