How to access extension class method on data entity field property
How to Use Extension Class Methods on Field Properties of Data Entity
If you want to use your extension class method on your field property, then please use the following syntax:
extension class name :: method name
Example:
TestCustCustomerV3Entity_Extension::testCollectionAgent
Note: Brackets are not required.
This was originally posted here.
*This post is locked for comments