Hello, I’m trying to display a message that retrieves the customer’s record comments on a record with a workflow. When I try to display {entity.comments} or try to put {entity.comments} value in a workflow field, I obtain a null value. Anyone has a clue about how to achieve that ?
s
Suitestallion
12/16/2020, 4:11 PM
Where are you trying to get it ? On a transaction?
l
LRG
12/16/2020, 4:13 PM
hey, it was from the customer (entity) record directly, when editing/creation a new invoice. So when I try to display the message with {entity} it works, but when I try to display the comments {entity.comments} it only displays the entity ID.
s
Suitestallion
12/16/2020, 4:14 PM
Field ID on native comment field is just comment
l
LRG
12/16/2020, 4:20 PM
Could you elaborate please ? Field ID on which record (customer or transaction) ?
s
Suitestallion
12/16/2020, 5:24 PM
Customer record field id
l
LRG
12/17/2020, 11:10 AM
I’m pretty sure it’s {entity.comments} not comment.