I have created a String type attribute on each of the drivers: 'useridman'. I want to then use the content of this field in a Notification Template. Is this possible and if so how? I'm guessing something like $driver.attribute.useridman?
You can do something like $driver.getString("useridman")
.
I have created a String type attribute on each of the drivers: 'useridman'. I want to then use the content of this field in a Notification Template. Is this possible and if so how? I'm guessing something like $driver.attribute.useridman?