SharinPix Aggregate Search (Developer-Oriented)
Apex Controller
Build a token to initiate the SharinPix search
public String getSearchUrl() {
loadParams = new Map<String, Object> {
'path' => '/search?search_bar=false',
'q' => '',
'download' => true,
'download_filename' => acc.Name,
'download_filenames' => acc.Name
};
return clientInstance.token(loadParams);
}Split records in groups of 20 album IDs
Build query Strings and generate tokens for each groups
Visualforce Page
PreviousUsing tag filters inside query parametersNextUsing your personalized Search in a Salesforce Flow (Admin-Oriented)
Last updated
Was this helpful?

