This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Copy file from "Object contain file" automatically - Objects of this type can have files

Hello,

Is there a way to detect when a file is attached to an object, in order to copy or move to a workflow ?

On mobile this functionnality is perfect for attaching a file but can we use some vbs code or eventhandler for those files attached ?

Thanks in advance Slight smile

Parents
  • You could create an event handler using the VAF or VBScript that runs when the object is created.  It can check the type of the object (e.g. to see whether it's not the built-in document type of zero) and see whether it has files and, if so, perform whatever logic you want.

    It would need to have some code to do it though.

Reply
  • You could create an event handler using the VAF or VBScript that runs when the object is created.  It can check the type of the object (e.g. to see whether it's not the built-in document type of zero) and see whether it has files and, if so, perform whatever logic you want.

    It would need to have some code to do it though.

Children