Skip to content

Upsert action behaviour when specified id is not found in system #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
stas-fomenko opened this issue Jul 28, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@stas-fomenko
Copy link

Expected behavior in case when specified object ID (or other available identifier) in Upsert action does not exist in system:

  • If object can be created with the identifier provided, then create the object. (e.g. upsert contact by email address: If no contact found then create contact with the email address)
  • If object can't be created with the identifier provided, then throw error. (e.g upsert by system ID where system ID is always generated by the system, id is provided and not found.)
@stas-fomenko stas-fomenko added the enhancement New feature or request label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant