How to override schema pattern generated by PeopleSoft IB
I have created a Rowset based message for an interface with a 3rd party that is composed of the following records:
RECV_HDR, RECV_LN_SHIP, RECV_LN_DISTRIB, RECV_LN_ASSET.
We have found several fields that once the schema is generated, the patterns are such that the values in the database are not compliant, so the receiving software is having problems.
IE. The UNIT_MEASURE_STD field is defined as below. The Pattern does not allow the dollar symbol '$' (or any other keyboard character that is not a letter or number), but we have been using this as a valid UOM for 15 years...it is everywhere in our data. How can I control the pattern on this field to either allow the dollar symbol or perform no restrictions at all?