Records update via Odata

Hello community,

 

Could anybody clarify when I'm updating record using Odata EntityDataService.svc, will business logic be applied to the record after update if it is set up on update trigger?

 

For example, if one set up rights sharing with respect to owner of the record, will owner's update via Odata force the rights sharing?

Like 0

Like

2 comments
Best reply

Yes - if you have processes with start signals for the records you're updating, they will get triggered when the records are updated via OData. Performing adds/updates via OData are just as if they were done in app.

Yes - if you have processes with start signals for the records you're updating, they will get triggered when the records are updated via OData. Performing adds/updates via OData are just as if they were done in app.

Ryan Farley,

Thanks a lot!

Show all comments