Dear all,
I would like to either update an existing record or create a new record if not existing.
Now I am wondering if there is a better way than to a search for a certain ID and if !=0 then run create RPC?
Is there an easy RPC that if I provide an ID it performs and update and if not, it creates a new record?
Thanks in advance!