Hello,
An odd problem. multiple duplicate displayed attributes are getting created in notes.
I have action code which displays and sets an attribute (in agents, and in Stamps in various places), in the following format.
$DisplayedAttributes=$DisplayedAttributes + “Tags”;
($Tags is just and example, it happens with any attribute)
I thought this was the way to add a displayed attribute without hiding the existing ones, but it creates duplicates.
this seems to be since v9.
I tried the new += way of adding, and it does the same thing…
Any help appreciated.
Best
Thomas