Defect HC-20102

EXTERNALID column in the table 'GRGFTREG' is varchar, but the REST API call attempts to use a number

Software

Customer case Applies to Corrected in
CS0318178 V9.1.12.0 9.1.12.0

Observed behavior

The table column definition for GRGFTREG.EXTERNALID is VARCHAR, but the code is calling with a numeric value.

Expected behavior

The code should match the table column definition.

Resolution

Fixed