Hello,
How can I create a Bank Account Statement in navision with web service ?
Because there are no "Create" method in methods of this web service:
Normal 0 21 false false false FR X-NONE X-NONE MicrosoftInternetExplorer4
§ Delete (Key As string ) As boolean
§ Delete_Bank_Account_Statement_Lines ( Bank_Account_Statement_Lines_Key As string ) As boolean
§ GetRecIdFromKey ( Key As string ) As string
§ IsUpdated (Key As string ) As boolean
§ Read ( Bank_Account_No As string , Statement_No As string ) As Bank_Account_Statement
§ ReadByRecId ( recId As string ) As Bank_Account_Statement
§ ReadMultiple ( filter As Bank_Account_Statement_Filter ,bookmarkKey As string , setSize As int ) As Bank_Account_Statement_List
§ Update (Bank_Account_Statement As Bank_Account_Statement ) As Bank_Account_Statement
§ UpdateMultiple ( Bank_Account_Statement_List As Bank_Account_Statement_List ) As Bank_Account_Statement_List
There isthere asomeway?
Thank in advance.