OpenWGA 7.9 - TMLScript reference

WGA
Method :

reopenSessions()

On object WGA
Usage Reopens all currently open database sessions
Description

This method can be useful after calling a master action or function. If the master functionality changed some data in a database that already was open when the master functionality was called then those changes will not be visible for the calling session until the session is reopened.

Reopening a session will drop all unsaved data modifications on that session.

Allowed in script types
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events