-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
BGE: custom lookup mappings #4082
Conversation
**lurch: attach W-029639 |
Tracking W-029639 |
}; | ||
|
||
// these fields have been whitelisted since they have special handling in BDI | ||
Set<String> allowedFields = new Set<String>{ | ||
'DonationCampaignImported__c' | ||
'Donation_Record_Type_Name__c' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pattern is no longer needed for DonationCampaignImported__c, but is still needed for Donation Record Type, which came in a separate sibling branch. Added it here so it wasn't an empty set in this branch.
linkCol.typeAttributes = '{"label":{"fieldName":"'+fieldLabel+'"},"target":"_blank"}'; | ||
columns.add(linkCol); | ||
|
||
if (dataImportDFR.type == Schema.DisplayType.Reference) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lookups for dayyyyzzz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
--Custom lookup mappings are supported in BGE.
Critical Changes
Changes
Batch Gift Entry Enhancements
Issues Closed
New Metadata
Deleted Metadata