Skip to main content
Answer

When upgrade project from 2020 to 2023, Some lines of code not working

  • May 6, 2024
  • 1 reply
  • 40 views

Forum|alt.badge.img

((BusinessAccountGraphBase<Customer, Customer, Where<PX.Objects.CR.BAccount.type, Equal<BAccountType.customerType>, Or<PX.Objects.CR.BAccount.type, Equal<BAccountType.combinedType>>>>) graph).BAccount.Insert(m);

 

BusinessAccountGraphBase is missing and so how to find code that equal above 

Best answer by darylbowman

I think that long and ugly statement is just using the Customer graph to insert a record. Without seeing more code, I can’t be sure, but it shouldn’t be difficult for a developer to fix.

1 reply

darylbowman
Captain II
Forum|alt.badge.img+15

I think that long and ugly statement is just using the Customer graph to insert a record. Without seeing more code, I can’t be sure, but it shouldn’t be difficult for a developer to fix.