This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap-1.3:methods:getsynclogcurrentposition [2010/09/02 14:05] irina |
developer:soap-1.3:methods:getsynclogcurrentposition [2010/10/13 15:57] (current) irina |
||
---|---|---|---|
Line 50: | Line 50: | ||
<code vb> | <code vb> | ||
+ | Dim ObjectName As String | ||
+ | ObjectName = "Product" | ||
+ | |||
+ | Dim log As String | ||
+ | log = client.getSyncLogCurrentPosition(token, ObjectName) | ||
+ | MsgBox(log) | ||
</code> | </code> | ||