Hello,
How can i get the values of the attributes in a category present in a workflow attachment, in a event script?
Regards
Hi Ricardo,
I am not sure what you are asking but here are some general hints and lots of code examples in this forum and communities doing things of this nature.I have put a 9.5 module that shows how to get workflow attributes there.
It always helps other developers when they see the signature of your event script have you gotten to that point if so please post a snippet so we can see
I read it again in your case you have to find the attachment id.Then find the document in it it is like a folder in livelink,using llapi.Then if it has a category you ask livelink what its values are using the standard cats/atts parsing routine.BTW the builder where the eventscript templates are found has as a OT example how to get the attachments.