Can the Workday Read include Request_References? Response_Filters?
I’m looking to get a specific record from a workday web service get request. I’m looking at the Workday Read snap, and am wondering if there is a way to pass a request reference to get my specific row, rather than all rows. For example for the Get_Students_Request, workday provides the following: wd:Request_References wd:Student_Reference <wd:ID wd:type=“Student_ID”>SudentID-01001</wd:ID> </wd:Student_Reference> </wd:Request_References> I am able to pass outputs like ‘Include_Person_Data’ with true/false values, but i still get all students back, not a single student. Is this possible with the read snap? or do I need to use a soap call?Solved6.1KViews0likes3CommentsNot Getting Response From Workday Write
I am using the Workday write snap to create customer contracts in Workday. I am able to successfully create a customer contract in Workday, but I am not getting a response from the web service in SnapLogic. Is it possible to get a response using this snap? I wasn’t sure if it was locked to async or something. If so, is there any way to make it run synchronously? Am I missing something else?3.3KViews0likes2CommentsWorkday Snap and Proxy Configuration
Hi, we are doing some testing of the Workday Snap and sit behind a Proxy and it is not working. We are using a GroundPlex and have configured the proxy settings to navigate through the proxy. I’ve validated the Proxy is working by using other Snap’s to connect and can see in the logs it successfully traverses the proxy. However, with the Workday Snap, it does not seem to be attempting to go through the proxy at all. I’ve been able to prove this by doing a tcpdump. I even went as far to create a brand new Snaplex in a different AWS account, configure it and NOT put a proxy and the pipeline executes fine. What am I missing? Any suggestions on what to check?3.5KViews0likes1CommentWorkday Account Create Issue
I am trying to create a workday account and encountering the following error “Failed to Validate account: Cannot Parse WSDL Clause: unable to find valid certification path to requested target (Reason: unable to find valid certification path to requested target; Resolution: Please file a defect against the snap)” I followed instructions from other community topics on workday account creation, but i am not able to get past the error Following screenshots has details of the connection values used I would appreciate any help in getting past this issue. Thank you, SriSolved6.3KViews0likes5CommentsWorkday Account Creation
Here are few steps on how to create a Workday Account for the Workday Read and Write Snaps. There are some important facts that you must know in order to create a Workday Account in SnapLogic. Here is a screenshot of the basic Workday Account Creation dialog box As you can see, there are some important fields. Label: An account Label for you to easily identify this Workday Account. This will be visible in your accounts section. Username: The Workday Account User Name (Typically an ISU - Integration System User) through which the workday connection is made with proper security configured on that account. Password: The workday account password Version: Typically the latest version just in numbers. As of this writing, it is “28.0” (Quotes not needed) Your Tenant and Host follow a combination of details assigned to you by Workday. Tenant: Typically a tenant name is assigned and allocated by Workday. During implementations, it will have _impl<1> as a suffix as negotiated during the implementations. The tenant name is usually a negotiated acronym during the Workday Implementations. Every environment has a different tenant name as is a general practice in multi-tenanted environments. So, be sure to find out the tenant name and environment you are connecting to. Host: This is often a quirky item where there is a lot of confusion. This is no different if you have already connected to Workday using Workday studio, EIBs etc. Typically Workday has multiple data centers and each customer is assigned a data center and a disaster recovery data center. So the host name is generally established during the implementation phases. As of this article’s date, Workday has 3 data centers and their respective derivation of information is as follows. These are directly quoted from Workday Community websites and can be verified if you have access to the Workday Community. 1. Portland 2. Ashburn 3. Dublin Remember that host name determines where and which environment you are connecting to. These vary during implementation times before you are in production and will change significantly after you are in production The other way you can get the host name is from the REST or Workday URL from a custom report developed in Workday. Once you have the custom report, click on Actions–>View URLs–> Copy the hyperlink for the Workday or Rest or any other URL on that page. The host name is the first part of the report URL. Hope this helps a bit in configuring the account for Workday. You can use the Workday Dynamic Account in case if you want to use variables to determine your connection details. The Dynamic Account supports Expressions.4.5KViews1like0Comments- 2.4KViews0likes0Comments