Targeted Environment
- MTOA-INT, MTOA-TEST
Enhancement: Enhancements to the service regulated entities to include the following info
TC_SERVICE_CD: service id
REGULATED_ENTITY_TYPE_CD: Regulated Entity Type Code
REGULATED_ENTITY_ID_TYPE_CD: Regulated Entity ID Type Code
REGULATED_ENTITY_ID_TYPE_SRT : Regulated Entity ID Type Sort
MTOA NuGet packages Release Notes
Version xxxx (2021-01-15) (based on the 1.4.0 branch)
Updated the ServiceRegulatedEntityIdType domain object to include the following properties
public int ServiceId { get; set; }
public string RegulatedEntityTypeCode { get; set; }
public string RegulatedEntityIdTypeCode { get; set; }
public short SortOrder { get; set; }
Breaking change
N/A
MTOA Database – Release Note for Version (v1.12.0)
Schema Structure Changes
Table | Column | Comments |
---|---|---|
AC051_MAIL_COORDINATE | ADDRESS_LINE_1_TXT | New column |
ADDRESS_LINE_2_TXT | New column | |
SUITE_APARTMENT_NUMBER_NUM | Size increased from 10 to 100 characters |
Data Changes
No data change in this release.