Hello folks,
I have a Notes App which works as a CMS product. One of it´s functionalities is the possibility to create forums.
Now one of my clients wants to create attachments to forum´s new entries.
The big big problem is that i cant modify the product just like that. What i need to know is if there is any way , technique that would allow me attach files to those forum´s new entries (everything through web) as each new entry is a notesdocument.
I mean create attachments to them like : just create the attachment, let it attached on the notesdocument ( no matter a field_name, or parsing it to a RTF … just attach so i can read them with @attachments)
I dont have any control of those notesdocument, only via web.
This product also allows Custom Views creation. Which means i could use @If(@attachments…) something like that to show and open those attachments in one of these CV´s.
I can read them. Just cant create them using LS…
I need to attach and if i want to see the notesdocument´s properties through notesclient i can see the attach right there in $FILE
I think i messed up a little bit the explanation hehe… any doubt let it as a response and i will answer it.
TIA
/fferrandini