Hello,
We have a UserBusiness class that is little more than a repository for a certain set of Purchasing and/or Payables transactions. The business class contains fields from the CodeBlock and fields from the Vendor. It has an Action that captures changes to the codeblock that require a financial transaction resulting in updating the business class and creating a journal entry in GLTransactionInterface to reflect the change. The action has parameters from the user business class to process the change. Prior to CU71 the user business class and action were performing as expected. After CU71 the parameters within the Action do not seem to inherit the context of the fields in the business class, returning an error that the context of the key field cannot be identified. The same fields within the business class do not return such an error.
We've attempted to explicitly establish context within the Ontology of the User Business Class to some success, but reach an error when referencing both the FinanceEntityGroup and VendorGroup. Vendor Group is a surrogate for FinanceEntityGroup. When we reference just the Vendor Group it will satisfy the context for the AccountingEntity(context of FinanceEntityGroup), but will be ignored by the Vendor(context of VendorGroup).
Anyone experience similar issues. I have a case in but thought the community might have some thoughts.
Nathan