Hello Team, In SuiteCommerce (SCS), is it possible...
# suitecommerce
c
Hello Team, In SuiteCommerce (SCS), is it possible to customize the contact-to-customer mapping? I'm currently trying to implement a customization where a contact can be associated with multiple companies. I attempted this by extending
Account.Model.js
using SuiteScript. However, it seems the actual flow is handled within
SC.Model.Init.js
. When I try to log anything in
SC.Model.Init.js
, I encounter the following error:
"Cannot find default value for object" (or similar)
Has anyone faced this issue before or can guide me on how to approach this customization? Thanks in advance for your help!