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
We are using Magento 2.4.3 EE. We are trying to map the Magento fields with the Gigya console. As per the documentation by default one can map the FirstName , Lastname , Date of Birth , Email and Gender. We are facing below issues
We have added the below JSON code for the Gender field to map with the GIGYA console. { "cmsName": "gender", "cmsType": "int", "gigyaName": "profile.gender", "gigyaType": "string", "direction": "both" } ISSUE : when we try to save the customer from Magento admin it gives the following error. Something went wrong while saving the customer. If the above mentioned JSON code is removed than the error goes away. Please note that the types for cms and gigya in the above code are mentioned correctly .
We have mapped the Date of birth field using the JSON file. The JSON code used to map the field is as follows : { "cmsName": "dob", "cmsType": "date", "gigyaName": "data.birthDate", "gigyaType": "date", "direction": "both" } ISSUE : When saved data from Magento the field gets updated in the Gigya console. Same thing wen done from the Gigya console it does not updates the field in magento admin.
The text was updated successfully, but these errors were encountered:
We are using Magento 2.4.3 EE. We are trying to map the Magento fields with the Gigya console. As per the documentation by default one can map the FirstName , Lastname , Date of Birth , Email and Gender. We are facing below issues
We have added the below JSON code for the Gender field to map with the GIGYA console.
{ "cmsName": "gender", "cmsType": "int", "gigyaName": "profile.gender", "gigyaType": "string", "direction": "both" }
ISSUE : when we try to save the customer from Magento admin it gives the following error.
Something went wrong while saving the customer. If the above mentioned JSON code is removed than the error goes away. Please note that the types for cms and gigya in the above code are mentioned correctly .
We have mapped the Date of birth field using the JSON file. The JSON code used to map the field is as follows :
{ "cmsName": "dob", "cmsType": "date", "gigyaName": "data.birthDate", "gigyaType": "date", "direction": "both" }
ISSUE : When saved data from Magento the field gets updated in the Gigya console. Same thing wen done from the Gigya console it does not updates the field in magento admin.
The text was updated successfully, but these errors were encountered: