Hello,I have the following problem:
I created an objecttype which has a text attribute called Supplier.
I created an automation rule that sends an email.
the body of the email rule is:
id object: ${objectId}
key: ${Key}
Supplier:${Supplier}
the result is:
id object: 9725
key: SSC-9725
Supplier:
why is the Supplier attribute not printed? I also tried with other attributes i defined and none are printed, only blank value is returned.
the Insight placeholder not working with user-defined attributes?
is there a solution or am I wrong something?
my insight version is 8.7.7
Thanks
If Supplier is an array, you can try ${Supplier${0}}.
The supplier that is stored in the current object will be taken.
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.