November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Ricardo,
Thanks for the detail sharings. I'll work with the dev team and back to you soon.
Regards,
Viet Anh
Hi Ricardo,
Could you please create a support ticket so we can have deeper look into this case?
Hi Viet Anh,
I've already created https://support.optimizely.com/hc/en-us/requests/1315624
Hi,
Migrating from Commerce v13 to v14 got into another trouble
I've a custom MetaClass, Business Foundation, which has the PrimaryKey field as Integer but when EPiserver tries to return the data it gives an error in the Commerce/BusinessFoundationData/Search API
I went deep in the code and the issue seems that it's related with the BusinessFoundationDataExtension class that cast the object to Guid in the ToBusinessFoundationDataViewModel method on line 101
I've the latest version of Commerce and CMS
Am I missing any extension and configuration I need to implement?