Notifications
Announcements
No record found.
Hi All,
While creating CoC on table display method getting the below error.
If we provide the default value to the parameter getting another error as below.
Any suggestions? Whether CoC available on Table display method?
There is no method with that name in the table CustInvoiceTable.
You can't use "next" sentence.
Hi Daniel,
There is a method as below.
Can you try this:
[SysClientCacheDataMethodAttribute(true)]
public static display Name custGroupName(CustTable _this)
{
return CustGroup::find(_this.CustGroup).Name;
}
Thanks for the reply.
Actually I want to implement CoC on standard display method. And my code is below which is giving error when I implement CoC.
Which Platform Update are you on?
To me this seems like a platform bug, so if you already have the latest version, I suggest reporting it to Microsoft.
Hi Nikolaos,
I am on PU 32.
We've actually been discussing this internally. It's arguably a platform bug, but rather the bug is that we should not allow a display method to have a parameter that is not a table buffer. It goes against the normal display method signature.
We're discussing how we can mitigate these going forward.
For now, please file an extensibility request on the module owning cust invoice trans to sort it out. Or perhaps introduce a new control using an entirely new display method... the new display method can call the old one, for the same effect.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 565 Most Valuable Professional
André Arnaud de Cal... 450 Super User 2025 Season 2
Sohaib Cheema 250 User Group Leader