Announcements
I tried to find it in CONTROL INFORMATION, but Data field is empty and I couldn't find it in Customers V2. Is there any easy way to find what entity include this field?
Hi sliang,
As far as I can find quickly, there is no data entity containing this field. It is a display method on the form which is in fact a virtual field. You can extend the Customers V2 entity with a virtual column following similar logic as the display method.
The Invoice template is a string control bounded with a lookup method:
[Control("String")] class Invoice_M_editInvReportFormat { public void lookup() { PrintMgmtReportFormat::lookupReportFormat(this,PrintMgmtDocumentType::SIProjInvoice); } }
regards
Good to know.
Thank you very much!
Sean
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... 288 Super User 2026 Season 2
Martin Dráb 276 Most Valuable Professional
Anton Venter 225 Super User 2026 Season 2