Hi Vipul:
Thank you very much for your quick reply.
I read the guide. And have the next detail questions.
(1) should I define the method under my own prodct schema?
<method name="Write" static="true"> <parameters> <param name="doc" type="DOMDocument" desc="Difference document"/> </parameters> </method> <method name="WriteCollection" static="true"> <parameters> <param name="doc" type="DOMDocument" desc="Difference collection document"/> </parameters> </method>
(2) I read the example of Updating or inserting a recipient . as the follow.
<recipient xtkschema="nms:recipient" email="john.doe@adobe.com" birthDate="1956/05/04" folder-id=1203 _key="@email, [@folder-id]"> <location city="Newton"/> </recipient>
What is the TAG (<recipient />) to update record of my own schema? for example my own schema is my_namespace:my_schema_name.
(3) Did I need to implement my own "Write" method by JavaScript in my own schema to read and write record?
Best regard.