improved
September 2023 Release
about 1 year ago by Mike Nelson
Enhancements
- Profile Update API can now accept inline group references. Group references occur when a field in graphite points to another field for its value set. E.g.
{ "ERP_Record": [{ "_id": "123", "ERP_Company_Code": [{ "Code_Field_1": "123", "Code_Field_2": "456", }] }] }
Bug Fixes
- Profile API: Fixed a bug where nested group references were not properly inlined when specifying an answer key filter.