Announcements
No record found.
class PrintMgtDocTypeHandlersExt { [SubscribesTo(classstr(PrintMgmtDocType), delegatestr(PrintMgmtDocType, getDefaultReportFormatDelegate))] public static void getDefaultReportFormatDelegate(PrintMgmtDocumentType _docType, EventHandlerResult _result) { switch (_docType) { case PrintMgmtDocumentType::SalesOrderConfirmation: _result.result(ssrsReportStr(SalesConfirmExt, Report)); break; } } }
Controller:
[ExtensionOf(classStr(SalesInvoiceController))] final class SalesInvoiceController_Extension { /// <summary> /// Sets the instance name from the current print settings /// </summary> protected void outputReport() { PrintMgmtPrintSettingDetail printMgmtPrintSettingDetail = formLetterReport.getCurrentPrintSetting(); salesInvoiceContract.parmInstanceName(printMgmtPrintSettingDetail.parmInstanceName()); next outputReport(); } }
[ExtensionOf(classStr(SalesInvoiceContract))] final class SalesInvoiceContract_Extension { private PrintMgmtSetupName instanceName; /// <summary> /// Gets or sets the value of the datacontract parameter instanceName. /// </summary> /// <param name="_instanceName"> /// The new value of the datacontract parameter agentAddress; optional. /// </param> /// <returns> /// The current value of datacontract parameter instanceName /// </returns> [DataMemberAttribute('InstanceName')] public PrintMgmtSetupName parmInstanceName(PrintMgmtSetupName _instanceName = instanceName) { instanceName = _instanceName; return instanceName; } }
DP:
[ExtensionOf(ClassStr(SalesInvoiceDP))] final class SalesInvoiceDP_Extension { protected void insertIntoSalesInvoiceHeaderFooterTmp(CustInvoiceJour _custInvoiceJour, CompanyInfo _companyInfo) // TO DO next insertIntoSalesInvoiceHeaderFooterTmp( _custInvoiceJour, _companyInfo); }
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!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 608
André Arnaud de Cal... 591 Super User 2026 Season 1
CP04-islander 430