Announcements
No record found.
switch (_docType) { case PrintMgmtDocumentType::CustCollectionLetter: _result.result(ssrsReportStr(custCollectionJourXXX, Report)); break; }
[ExtensionOf(classStr(CustCollectionJourDP))] final class CustCollectionJourDP_Extension { protected void populateCustCollectionJourTmp( CustCollectionLetterJour _custCollectionLetterJour, CustTable _custTable, CustCollectionLetterTrans _custCollectionLetterTrans, FormLetterRemarks _formLetterRemarks, TaxSpec _taxSpec, TransDate _postingsUntil) { next populateCustCollectionJourTmp(_custCollectionLetterJour, _custTable, _custCollectionLetterTrans, _formLetterRemarks, _taxSpec, _postingsUntil); custCollectionJourTmp.CompanyEmail = companyInfo.email(); custCollectionJourTmp.CompanyPhone1 = companyInfo.phone(); } } class PrintMgmtDocTypeCollectionLetter { [SubscribesTo(classstr(PrintMgmtDocType),delegateStr(PrintMgmtDocType,getDefaultReportFormatDelegate))] public static void PrintMgmtDocType_getDefaultReportFormatDelegate(PrintMgmtDocumentType _docType, EventHandlerResult _result) { switch (_doctype) { case PrintMgmtDocumentType::CustCollectionLetter: _result.result(ssrsReportStr(CustCollectionJourXXX,Report)); break; } } } /// <summary> /// Extension of the <c>PrintMgmtDelegatesHandler</c> class, add mail body to Print management setting /// </summary> [ExtensionOf(classStr(PrintMgmtDelegatesHandler))] internal final class PrintMgmtDelegatesHandler_Extension { protected static PrintMgmtReportFormatName getDefaultReportFormat(PrintMgmtDocumentType _docType) { ///another of my code here } }
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 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 509 Super User 2026 Season 1
Giorgio Bonacorsi 375
Adis 268 Super User 2026 Season 1