OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / BillingView Class / InitializeInvoiceExtension Method
The visible display text of this extension's Invoices view ribbon group within the user interface.
The visible display text of this extension's Invoices view ribbon group description within the user interface.
The visible display text of this extension's designated export grid column within the Invoices view.
Indicates if this extension should display a dedicated export grid column within the Invoices view.



In This Topic
    InitializeInvoiceExtension Method
    In This Topic
    Initializes and loads this BillingView extension instance into the Invoices view of OnTime Management Suite.
    Syntax
    'Declaration
     
    
    Public Sub InitializeInvoiceExtension( _
       ByVal invoiceRibbonPageGroupCaption As String, _
       ByVal invoiceRibbonPageGroupDescription As String, _
       ByVal exportColumnName As String, _
       ByVal showExportColumn As Boolean _
    ) 
    'Usage
     
    
    Dim instance As BillingView
    Dim invoiceRibbonPageGroupCaption As String
    Dim invoiceRibbonPageGroupDescription As String
    Dim exportColumnName As String
    Dim showExportColumn As Boolean
     
    instance.InitializeInvoiceExtension(invoiceRibbonPageGroupCaption, invoiceRibbonPageGroupDescription, exportColumnName, showExportColumn)

    Parameters

    invoiceRibbonPageGroupCaption
    The visible display text of this extension's Invoices view ribbon group within the user interface.
    invoiceRibbonPageGroupDescription
    The visible display text of this extension's Invoices view ribbon group description within the user interface.
    exportColumnName
    The visible display text of this extension's designated export grid column within the Invoices view.
    showExportColumn
    Indicates if this extension should display a dedicated export grid column within the Invoices view.
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also