Create account instead of modify

Hi @kani

Ya, this is a common use case but not that highly used in real-time.

Since you don’t have account already in IDN for that source, so by default it will be create account only.

  • Develop a WSBO (Webservice Before Operation Rule) for Create Account operation.
  • You need to check if account already exists or not in your target application
  • How do you check if account already there or not ? You don’t need to develop code for that, Get-Object operation will be enough.
  • If it is not there then no change, create operation
  • If account is there then you need to change your request end point.

Cheers
Krish

1 Like