standardizeAndUpdateOrganizationName

Description
This transaction standardizes and persists an existing organization name.
Web Services

Operation name: standardizeAndUpdateOrganizationName

Service name: Party

Example

Standardize the name Acme Corp N. America and persist the standardized organization name.

Usage information

The organization name identifier (OrganizationNameIdPK) of an existing organization name is required in the request. Other name information provided in the request is ignored by this service.

Preconditions

The organization name to be standardized should exist in InfoSphere® MDM. The system should be configured with either the default InfoSphere MDM standardizer or a third party name standardizer, such as QualityStage.

Mandatory input
  • OrganizationNameIdPK
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior

This service standardizes the specified organization name record, and updates the standardized name in the ORGNAME table.

The service standardizes and updates the organization name regardless of the existing value of the /IBM/Party/ExcludePartyNameStandardization/enabled configuration setting, and regardless of the existing value for the standardFormattingIndicator. Any existing standardized values in the ORGNAME table are overwritten with results from the standardizer.

If the organization name standardization is successful and a third party name standardizer is in use, then this service sets the value of standardFormattingIndicator to Y.

If the organization name standardization is successful and the default InfoSphere MDM name standardizer is in use, then this service sets the value of standardFormattingIndicator to null.

If the organization name standardization is unsuccessful, this service sets the value of standardFormattingIndicator to N.

If the phonetic key generator is configured on, then the service also updates the phonetic keys for the provided name.

A note on redundant updates: The standard formatting indicator for Organization Name is included on the ignore list for redundant updates. However, the standardizeAndUpdateOrganizationName transaction will be able to standardize and update a record regardless of the redundant update configuration. For example, even if the values before and after a successful standardization are identical, this transaction can still update the record to set the standard formatting indicator to Y.
Request message

<TCRMTxType> standardizeAndUpdateOrganizationName

<TCRMTxObject> TCRMOrganizationNameBObj

<TCRMObject> TCRMOrganizationNameBObj

Response objects
TCRMOrganizationNameBObj
Special note
Not applicable