You are here

function sf_entity_entity_update in Salesforce Suite 7

Same name and namespace in other branches
  1. 7.2 sf_entity/sf_entity.module \sf_entity_entity_update()

File

sf_entity/sf_entity.module, line 169
Integrates fieldable entities with the Salesforce API.

Code

function sf_entity_entity_update($entity, $type) {
  sf_entity_save($entity, $type, 'update');
}