Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - golen

Pages: [1]
1
I did it - if someone had the same problem, the solution is below

Dim tv as EA.TaggedValue

for each p in e.Packages
       Set tv = p.Element.TaggedValues.AddNew("test", "test")
      tv.Update
next

 

2
Hi

I have a problem with adding taggedValues. No errors but no effect too. What do I do wrong  :-?

for each p in e.Packages
      call p.Element.TaggedValues.AddNew("test", "")
      call p.Element.Update()
next

Pages: [1]