How to use image sync on multiple albums (batch)?
1. By passing an SOQL scope with at least the album's ID
sharinpix.ImageSyncMigration.resyncAlbumsFromSoql('Select Id From Account');2. By passing a list of object IDs (album IDs)
sharinpix.ImageSyncMigration.resyncAlbumsFromIds(new List<Id> {
'001SaleforceID1',
'001SaleforceID2',
'001SaleforceID3',
'001SaleforceID4',
'001SaleforceID5'
});PreviousForce Image Sync using Apex Code or Developer consoleNextTroubleshoot Common Image Sync Issues
Last updated
Was this helpful?

