I am using UpserRequest to Create or Update data. This works like a charm. Now, I need to implement some logic which prevents UpsertRequest from updating an existing records. For example, when a record's status is "Final", then the UpsertRequst shall not update this record.
↧







