on 2011 Jun 03 12:42 PM
Hello,
I am trying to retrieve the data of an custom item via the getItemData api but i am gett the error message
"Not implemented for this item type"
I checked the api documentation, the list of supported item types include custom methods.
Is there any thing that i need to maintain for the custom method so that i can read the data stored by it using the getItemData api.
or is it simply not possible to read custom item data.
Thanks for the help,
Regards,
Saurav
Request clarification before answering.
Finally the issue is resolved.
The issue was caused as I had used a plain name for the method
ModulePrefs name="example_name"
For some reason StreamWork was unable to identify my method.The issues got resolved after changing the name to include a package.
ModulePrefs name="com.test.example_name"
It is generally a good practice to package the content to maintain modularity and it seems not following that can lead into a lot of trouble as I found out the hard way .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
87 | |
10 | |
9 | |
9 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.