Announcements
Hi, when I try to extend contactperson table update() getting below error. Please advise!!
Default parameter values on chain of command methods may not be provided on the corresponding extension methods. Make the parameter on the extension method non-default, omitting the default value
The error message tells you exactly what to do: "Make the parameter on the extension method non-default, omitting the default value".
Therefore the signature will be: public void update(boolean _updateDateAndTime).
Then you should pass the parameter value to next update().
Hi Martin, thanks for the response. I tried that also I was getting the same error
I build my model from D365 extension and that resolved the error
Thanks you
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 284 Super User 2026 Season 2
Martin Dráb 258 Most Valuable Professional
Anton Venter 228 Super User 2026 Season 2