Hello,
I have a process importing a list of contacts from an external system.
One of the attributes is a unique identifier which I have mapped to a ContactId attribute in Genesys. Furthermore I've mapped this attribute to StrAttribute7 on the contact table.
When I insert records via the PSDK, I can see the contact table's StrAttribute7 column being populated with my unique ids.
The problem is I would like to search on this alone from my PSDK call (RequestIdentifyContact), but UCS throws an error indicating that it's not a searchable field.
On the contact id attribute in Genesys, I have the "settings" section on the annex tab with "is-searchable" & "is-sortable" set to true.
I'm not too clear from the documentation if this should allow calls from PSDK calls to find the record on this ContactId attribute alone.
Currently I have search on ContactId & FirstName in my RequestIdentifyContact "other fields", but if first name changes, the record is not found.
Any documentation you could point me to? Recommendations?
Thanks in advance!