- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎24-03-2017 07:47 AM
Hi Community,
We are using VBScript in our external macros (For example: website generation script). If the private workspace is already existed, and if we start the script with same user, it si not taking latest changes. Do we have some API method in VBScript that refreshes the context (loading other user's dispatched changes) of a user immediatly after starting the transaction.
Thanks for your help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2018 08:53 AM
Hi Jerome
How can we refresh a transaction from the context of a Workflow Action using the existing transaction, rather than creating it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎24-03-2017 08:32 AM
Hello Colruyt Team
When connecting with API in private workspace, you use an object MegaTransaction.
Several methods are available:
- Dispatch: to make the workspace public
- Abort: to discard the workspace
- Refresh: to refresh the workspace (without dispatching it)
See also this KB http://community.mega.com/t5/custom/page/page-id/mega-kb-solution?sid=501D0000000nX4YIAU
