Hello,
I would like to "extend" a Document (the item that appears when the user selects Add Item -> Document).
It should behave like a normal document and have some more properties defined by me.
To achieve that, I orphaned LLIAPI:Document and created a WebNode associated with that. When I create from LiveLink a new element of that type, however, it does not ask the user to select a file to upload, it just asks for its name, description, categories and where to insert it.
What should I do to inherit the same behavior of a Document that, when created, asks the user to select a document to upload?
Thanks in advance.