function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AaranAaran 

Update more than one person in jive - Salesforce integration to jive

Is it possible to update more than one person record in JIVE from salesforce?  

 

Thanks!

Ashish_SFDCAshish_SFDC
Hi Aaran, 

Jive uses REST API, 

When to Use REST API

REST API provides a powerful, convenient, and simple REST-based Web services interface for interacting with Salesforce. Its advantages include ease of integration and development, and it’s an excellent choice of technology for use with mobile applications and Web projects. However, if you have a large number of records to process, you may wish to useBulk APIBulk API, which is based on REST principles and optimized for large sets of data.

With REST API it is usually one record retrival or update at a time, but if you can customize the end UI to process multiple records in small number and process a class function. 

Regards,
Ashish