Name

global.ProcessSyncTablesList

Description

Provides the list of allowed tables for process sync

Script

var ProcessSyncTablesList = Class.create();
ProcessSyncTablesList.prototype = {
  initialize: function() {
  },
  process: function(){
      return sn_ih.ProcessSyncCaptureHelper.getAllowedTables();
  },
  type: 'ProcessSyncTablesList'
};

Sys ID

5cbb976f77711010efb691572b1061e1

Offical Documentation

Official Docs: