The EndNote RSServices API is now available

After having a whole view of the RDK, I found that the RDK is not as powerful as I thought.

Eg. Now days, endnote can find full text of a record by chick find full text menu. But the directory and filename of the full text pdf is fixed by endnote . Some times we want to determine the name of filename and directory by ourselves. So maybe create a plugin is a choise.

If I want to create a plugin to handle every “find full text” operation and to Create our own filenames and directory names of the full text file. We should have a callback of every find full text operation. But we don’t have. And in FindFullTextSession, the OnComplete is to simple that cann’t get any information of which record has found full text, which one not.

So the only way left is that ,first we use find full text to find full text pdf. then select all the full text found records , using plugin to rename the full text pdf filename and directory. This is not a good choise.