Hello community,
I need your help.
I want to insert an attribute value from a reference when automating an object (object create/update).
- Object
- Customer
- - Country1
- Country2
When I do the IQL search in the object type it works:
"Customer". "Country" = France
As a placeholder in the automation as a value the following works:
Name: Country2
Value: ${Customer}
However, the following does not work:
${Customer}. "Country1"
${Customer}.${Country1}
${Customer.${Country1}}
I cannot pass an atrribute of the object.
I need this information (Country1) from the object "Customer" also higher level.
I think you need to do this with a groovy script
When I use ${Customer.id} it will return the ID. So may only special placeholder actions are allowed. The documentation will show something different.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This works, but the query of an attribute does not.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.