I have made a custom detail using existing object Click through links with email in the BulkEmail section in order to see what Contacts clicked on what links of this Bulk email.
To achieve that in BulkEmailPageV2 code i changed detailColumn default value to BulkEmailHyperlink.BulkEmail as here is no direct refference to Bulk email in object Click through links with email.
details: /**SCHEMA_DETAILS*/{
"UsrSchema4edcd088Detail90da8858": {
"schemaName": "UsrSchema4edcd088Detail",
"entitySchemaName": "VwBulkEmailClickedLink",
"filter": {
"detailColumn": "BulkEmailHyperlink.BulkEmail",
"masterColumn": "Id"
}
}
}/**SCHEMA_DETAILS*/,
At first sight everything looks good, though i noticed that I cannot get extended list of records by pressing Show More button in that new detail. As result of Show More i receive only additional 2-5 records (depending on which column records are sorted by) and Show more option after second or third click dissapears.
What i missed here? any ideas?