Having a hard time with {ENTITY DATA:Customers:CustomField}

I am trying to automatize the process of choosing the delivery charge uppon the neighborhood in wich the clients lives.

So far, I am having trouble to access {ENTITY DATA:Customers:Name} .

I know the info is there because the ticket hast the client info… but perhaps I am calling the wrong tag…

Thanks!!!

G.

Entity Data tag reads custom data. If you mean to read entity name use ENTITY NAME tag.

2 Likes

OK
For Customers Name
would be: ENTITY NAME:Customers

and for a custom field called Barrio
would be: ENTITY DATA:Customers:Barrio

is that correct?

G.

solved… the problem… sorry, my problem is that data is not always available… need to pay more attention…

G.