Method RemoveMaskedTicketFieldResolver
RemoveMaskedTicketFieldResolver(out string, Guid)
Removes the specified masked ticket field resolvers and all tickets linked to that resolver.
public bool RemoveMaskedTicketFieldResolver(out string error, Guid maskedResolverGuid)
Parameters
error
stringOutput string with notifications and/or errors that occurred.
maskedResolverGuid
GuidThe GUID of the masked resolver to remove.
Returns
- bool
true
if removing the masked ticket field resolver succeeded; otherwise,false
.
Remarks
An error will be returned in the following cases:
- If the TicketFieldResolver does not exist.
- If the TicketFieldResolver is not masked.
- If the user has not been granted the “Ticketing Gateway/Configure” permission.
- If something went wrong while deleting the TicketFieldResolver or any of the linked tickets.
Feature introduced in DataMiner 9.6.10 (RN 22403).
For Ticketing with Elastic search, use the TicketingHelper.DeleteMaskedTicketDomain(Guid) method.