HI, I have a object call Contract and it has a property call Customer. The customer has the name property completed.
what I want is to name the Contract Object Like this {{Customer.Name}} Contract. But when I create the automatition rule
{{Customer.Name}} es empty, how can I do it?
Hi,
You need to state the {{object.Customer.Name}}
In this case you would need to use either an Object trigger or an Lookup Object action to get hold of your object(s)
If using Lookup Objects you will get multiple objects - you can write like this:
{{#lookupObjects}}
* {{Customer.Name}}
{{/}}
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.