Show/Hide Toolbars

Additional Resources

Introduction > Integration with Microsoft Dynamics NAV > Connector for Microsoft Dynamics NAV

Extension of document printout

Scroll

Temporarily available documents (e.g. sales quote, sales order) require additional code for the respective action when printing out in order to archive the document in Therefore.

Figure 3: Page 42 (Sales Order) C/AL  in the Action Button Print

Figure 3: Page 42 (Sales Order) C/AL  in the Action Button Print

The additional parameter Identification ID is an additional indicator (e.g. barcode) for future extensions, or for the Late document linking function via the queue. This parameter is currently not in use; documents are collected through direct linking without using the queue.

 

//-TF

cTFPostFunctions.AddDocumentToQueue(

 cTFPostFunctions.GetTableID( TABLENAME() ), // Tablename

 "No.",                                      // Document No.

 "Posting Date",                             // Posting Date

 0,                                          // Entry No.

 "Document Type",                            // Document Type

 '' );                                       // Identification ID

//+TF

© 2024 Therefore Corporation, all rights reserved.