Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article

...

Limitations and Known Issues

None.

Snap Input and Output

Input/OutputType of ViewNumber of ViewsExamples of Upstream and Downstream SnapsDescription
Input 

Document

  • Min: 1
  • Max: 1
  • Mapper
  • Copy
  • CSV Parser
  • JSON Parser

A document containing data that must be updated and written into the SuccessFactors Data Center for the selected entity.

Output

Document

  • Min: 0
  • Max: 1
  • Mapper
  • Copy
  • CSV Parser
  • JSON Parser

A document containing data that confirms whether the update was successful or not. 

...

Parameter NameData TypeDescriptionDefault ValueExample 

Label

String

Required. The name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your Pipeline.

N/A

N/A

Entity

String

Required. Lets you define an entity (business object) of the API. You can either choose an entity from the suggestion drop-down or type an entity manually. The values in the suggestion drop-down are displayed dynamically based on the users’ accounts.

The entity is shown as [category name] – [entity name] in the drop-down; however, you can also type just the [entity name] in this field.

N/A

Foundation/Platform (PLT) User or User


Key parameter

Fieldset


Required. Lets you specify the key fields for a specific entity such as userId for the Foundation/Platform (PLT) – User entity.

N/A

userId

Field nameStringRequired. The name of the key parameter (reference parameter) field.N/AuserId
Field valueAny

Required. The value of the key parameter (reference parameter) field. The data type of this field depends on the data type of the field name, such as String, Integer, or Boolean.

N/Atest_id
Updating methodString

Required. Lets you specify if a Replace or Merge method should be used while performing the update operation.

Info

Replace enables you to replace the existing (matching) data in an entity. All the property values in the entity either take the values provided in the request body or are reset to their default value if no data is provided in the request.

Merge enables you to update only the properties provided in the request body and the data not mentioned in the request body remain as is.


Replace

Replace

Refresh metadata

Check box

If selected, the Snap refreshes the cache and shows the refreshed metadata results including any entities/parameters that were added or deleted. This is useful in cases where changes are made to the dataset outside of SnapLogic, such as when a dataset has been created or deleted, or when there are changes in the metadata of SuccessFactors. 

Note
  • Refreshing the metadata is a costly operation, and this field must be selected only if the metadata has changed.
  • After the first run and after the metadata has been refreshed, please deselect this checkbox.


Not selected

N/A

Pass through

Check box

If selected, lets the data from an incoming document "pass through" and merge into the new document being written to the output. The input document is passed through to the output view under the key 'original'.

Selected

N/A

Multiexcerpt include macro
nameSnap Execution
pageSOAP Execute

Check box

Multiexcerpt include macro
nameExecution_Detail_Write
pageSOAP Execute

Execute only

N/A

...

Finally, an XML Formatter Snap and a File Writer Snap are used downstream to format and save the returned data in a new file. In the image below, the output is written to the SuccessFactors_Update_User.xml file. 

You can view the newly-created file in the target directory using SSH.

Download this Pipeline. 

Downloads

...

Attachments
patterns.*slp

Insert excerpt
SAP SuccessFactors Snap Pack
SAP SuccessFactors Snap Pack
nopaneltrue

...

See Also