handlers.servicenow_import_handler

class ServicenowImportHandler(handlers.generic_connector.GenericConnector):

Please contact Aronis support for setup assistance.

conditions = {'event_types': ['FactSheetUpdatedEvent'], 'fs_types': ['Application']}
config_template = {}
system = 'ServiceNow'
bw_prefix = 'snow'
name = 'Sync To ServiceNow via IRE'
description = 'Synchronizes LeanIX Fact Sheet updates to ServiceNow via an import table of the ServiceNow Identification and Reconciliation Engine (IRE).'
def get_record(self, table):
def get_record_class(self):