frenny
10th March 2014, 13:10
Hello,
How To Handle Attachment Standard command With AFS?
Also How To enable/disable attachment standaard command ?
Thank you
Frenny
bhushanchanda
10th March 2014, 13:58
Hi,
ODM paper clip button is not a standard command. Its a functionality, where you will need to define an object with some main table and the field which will handle the attachment.
In order to handle the ODM using AFS, you will need to do certain customizations like you will need to create temporary tables which will be updated first based on the requirement and then you can update the dm.* tables associated with it.
If you want to add the paper clip to your customized session, you can follow the steps given in this thread. Works just fine.
Thread! (http://www.baanboard.com/baanboard/showthread.php?t=57019)
Handling it directly using AFS is not possible AFAIK. You will need to play around with that a bit. Understand the tables and logics of handling a document and proceed accordingly.