PeopleSoft · Arazzo Workflow
PeopleSoft Component Interface Upsert
Version 1.0.0
Read a Component Interface record and branch to update it if it exists, otherwise create it.
View Spec
View on GitHub
Campus SolutionsCRMEnterprise SoftwareERPFinancial ManagementHCMSupply Chain ManagementArazzoWorkflows
Provider
Workflows
component-upsert
Upsert a record through a PeopleSoft component interface.
Reads a component interface record and either updates the existing record or creates a new one based on whether the read found data.
1
readComponent
getComponentData
Read the current data for the named component interface and branch on whether the record was found.
2
updateComponent
updateComponentData
Update the existing component interface record with the supplied data.
3
createComponent
createComponentData
Create a new component interface record using the supplied data when no existing record was found.
Source API Descriptions
openapi