- I have a ceated form extentsion is LedgerJournalTransDaily.Extension
- create new table DICVASFields have Address with type is String (150).
- New Data Source with DICVASFields with table DICVASFields
- New Class public static class DICVASFields_Extension
- Create 1 Method
[SysClientCacheDataMethodAttribute(true)]
public static DICAddress editAddress(DICVASFields _this)
{
//xxxxxx
}

Have Error when build project:
The data method 'DICVASFields_Extension::editAddress' was not found on the data source 'DICVASFields'
Please help me solve the issue
Thanks
*This post is locked for comments
I have the same question (0)