Hi,
I've created a script to feed and show relation attribute depending on the relation type :
1 - If the relation is Execute I insert "E" on the relation Attribute
2 - If the relation is Must be informed I insert "I" on the relation Attribute
3 - ...
Then I've prepared a template to show the attribute of the relation.
Instead of showing Execute on the relation I want to show "E"...
When I apply the template manually, it works fine, but when I apply it from my script using the function setTemplate() it doesn't work.
So when I launch my script, relation attributes are updated correctly with a lettre "E" or "I" depending on the relation, but the letter is not shown, so I've to apply the template manualy after every execution of the script.
Do you have any idea to solve my problem, it seems to be a bug.
Thank you for your help.
I can provide a script to show the bug if needed.
Thank you for your help.
Pierre