We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CustomerMgr.searchProfiles()
The historical customer export and delta customer export both use the CustomerMgr.searchProfiles() function to retrieve customer profile data:
bloomreach-salesforce-commercecloud-b2c-integration/cartridges/int_bloomreach_engagement/cartridge/scripts/jobSteps/customerInfoFeed.js
Line 105 in ec43840
Line 155 in ec43840
But this function is documented to only retrieve up to 1000 customer profiles:
https://salesforcecommercecloud.github.io/b2c-dev-doc/docs/current/scriptapi/html/index.html?target=class_dw_customer_CustomerMgr.html#dw_customer_CustomerMgr_searchProfiles_Map_String_DetailAnchor
the search will return only the first 1000 hits from the search result
This will certainly cause a problem for the historical data load, and also may cause a problem for delta loads when customer activity volume is high.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The historical customer export and delta customer export both use the
CustomerMgr.searchProfiles()
function to retrieve customer profile data:bloomreach-salesforce-commercecloud-b2c-integration/cartridges/int_bloomreach_engagement/cartridge/scripts/jobSteps/customerInfoFeed.js
Line 105 in ec43840
bloomreach-salesforce-commercecloud-b2c-integration/cartridges/int_bloomreach_engagement/cartridge/scripts/jobSteps/customerInfoFeed.js
Line 155 in ec43840
But this function is documented to only retrieve up to 1000 customer profiles:
https://salesforcecommercecloud.github.io/b2c-dev-doc/docs/current/scriptapi/html/index.html?target=class_dw_customer_CustomerMgr.html#dw_customer_CustomerMgr_searchProfiles_Map_String_DetailAnchor
This will certainly cause a problem for the historical data load, and also may cause a problem for delta loads when customer activity volume is high.
The text was updated successfully, but these errors were encountered: