Question
Error saving the Context Dictionary with Account and BehavioralData properties using Pega Marketing for Fnancial Services
I am unable to save my context dictionary after I implement the Customer, Account, Behavioral and Poposition. When saving I got following errors at step "Create data flow : CustomerData in class <MyClass>-Customer":
.pyModelProcess.pyShapes(Compose2).pyComposeIntoProperty: '.BehavioralData' is not of class 'PegaMarketingFS-Data-Customer-BehavioralData' or any of its ancestors
.pyModelProcess.pyShapes(Compose1).pyComposeIntoProperty: '.Accounts' is not of class 'PegaMarketingFS-Data-Customer-Accounts' or any of its ancestors
I recreated both .Behavior and .Accounts using <MyClass>-Customer-BehavioralData and <MyClass>-Customer-Accounts at <MyClass>-Customer class, each one of them inherits from PegaMarketingFS-Data-Customer, PegaMarketingFS-Data-Customer-Accounts, PegaMarketingFS-Data-Customer-BehavioralData respectivally.
Hi @FranciscoJavierG2301
Could you please verify whether the following:
PegaNBAM:Agents access group is updated with correct application and Design Time Configuration for the access group is configured with correct open ruleset.
Association Rule is created properly and provided in Context dictionary (Case Sensitive )
You can also refer to this link:https://community.pega.com/support/support-articles/error-adding-new-customer-data-association
Hope this helps..