SalesforceLabs / EnhancedLightningGrid

Component that allows you to sort and filter data within the Lightning Experience. Use as a replacement for a Related List, or create a new grid that shows results from a custom query.
BSD 3-Clause "New" or "Revised" License
136 stars 96 forks source link

The #AnyApiName# does not output element values even if within the row #12

Closed ubersimple-brad closed 6 years ago

ubersimple-brad commented 6 years ago

The #AnyApiName# does not output the element value within the row. Using anything just outputs the Text including the hashtags..

i.e. {"entityApiName":"Opportunity", "defaultFieldValues":{"AccountID" : "#Contactr.Account.id#"}} will output literal "**#Contactr.Account.id#" instead of 0011500001bEDtXAAW**

likewise, i.e. {"entityApiName":"MyOpportunityTeamc", "defaultFieldValues":{"Phone" : "**#Contactr.Phone#"}} will output literal "#Contact__r.Phone#" instead of 978-123-4567**

The #parentRecordId# works and #id# works as expected.

ubersimple-brad commented 6 years ago

Same as issue: https://github.com/SalesforceLabs/EnhancedLightningGrid/issues/9

Closing this.