When users delist a remote site, other actions typically need to occur as well. You can customize the process by defining the DelistVault function similar to the following example.
Function DelistVault(VaultToDelist)
WinMsgBox VaultToDelist & " was delisted. Vault delistment is currently not customized. " & _
"This can be done by modifying the VBScript function DelistVault.", , "GCF"
End Function
Related concepts
Centralizing sequence number generation
Understanding table data replication
Related tasks
Transferring ownership upon release
Calculating import notification messages
Executing remote script functions