Is there a way to create a custom transaction body...
# general
r
Is there a way to create a custom transaction body field that displays an entity field? Just need to have a customer record field displayed on the invoice. Maybe a formula to expose the field on the transaction record?
b
This just sounds like you want to add a select custom field which uses entity as the source
r
Just tried it. It doesn't have any data - just blank result. We have sub customers that have a custom field showing parent customer's address. I'm just trying to pull that custom address field on the invoice. Trans body field / type: text area / source list: entity / source from: custom address field
b
Probably need to give more details about what you are trying to do
Is the parent customer address an address book select
Is that address set on the customer selected on the invoice
r
invoice has sub customer address which needs to be replaced by parent customer address. Custom entity field on sub customer record is working properly and pulling parent addresses. Custom transaction body field on invoice is showing up blank
does that help?
sorry I still don't know much about custom fields - just started creating them recently
b
What type of field is the parent address on the customer
r
text area
source list: parent / source from: address
i think I figured out what the problem is. parent customer is listed under "customer" field on sub-customer record. it needs to be directed to sub-customer record. not sure how to do that
b
are you storing values on your fields
r
yes
b
if there is an address value set on the customer record set on the invoice
then the transaction field should be able to source the value
since your fields store value, the value will only source when the customer (
entity
) field on the invoice is set
r
subs have their own addresses as well - some subs require parent address which is why we created the custom address field
b
again, as long as the customer on the invoice has a stored value set on its custom address field
you should be able to source it onto your transaction custom body field