Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689961000/e88d0567-a397-4edf-a5a1-1eafd2011b00.jpg?itok=raUMSvPe)
Rulesware LLC
MX
Last activity: 7 May 2020 10:30 EDT
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.