You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
genesyscloud_user has been implemented in our pipeline to populate User Genesys Cloud Object.
Nested Schema for addresses.phone_numbers
Optional:
• extension (String)
• media_type (String)
• number (String)
• type (String)
The schema says the above fields are Optional, but during execution we are getting error message stating
Inappropriate value for attribute "addresses": element 0: attribute
"phone_numbers" : element 0: attribute "extension" is required.
Enclosed screenshot for references.
For Ex.
• In "Work Phone", We need to map Extn only, but cannot do that (need to set value for "number". As of now we have set +10000 as default value)
• In "Cell Phone", We need to map Cell phone only, but cannot do that (need to set default value for "extension". As of now we have set 0000 as default value)
Please assist us to resolve this issue.
Thanks & Regards,
Satya K
The text was updated successfully, but these errors were encountered:
genesyscloud_user has been implemented in our pipeline to populate User Genesys Cloud Object.
Nested Schema for addresses.phone_numbers
Optional:
• extension (String)
• media_type (String)
• number (String)
• type (String)
The schema says the above fields are Optional, but during execution we are getting error message stating
Inappropriate value for attribute "addresses": element 0: attribute
"phone_numbers" : element 0: attribute "extension" is required.
Enclosed screenshot for references.
For Ex.
• In "Work Phone", We need to map Extn only, but cannot do that (need to set value for "number". As of now we have set +10000 as default value)
• In "Cell Phone", We need to map Cell phone only, but cannot do that (need to set default value for "extension". As of now we have set 0000 as default value)
Please assist us to resolve this issue.
Thanks & Regards,
Satya K
The text was updated successfully, but these errors were encountered: