DaGolle / now-EventBasedInstanceSynchronizer

Synchronize records between ServiceNow instances based on events that occur
Apache License 2.0
0 stars 2 forks source link

No cascade delete of generated business rules #15

Closed DaGolle closed 1 month ago

DaGolle commented 4 months ago

On delete of a configuration record, the Business Rules that it generated should be cleaned up.

DaGolle commented 4 months ago

The issue is broader, as configuration related field mappings and field value mappings may also need cleanup

DaGolle commented 1 month ago

Added Business Rule to cleanup generated Business Rules and added cascade delete to Configuration Field Map and Configuration Field Value Map reference fields.