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



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

    Parameters

    paymentRibbonPageGroupCaption
    The visible display text of this extension's Payments view ribbon group within the user interface.
    paymentRibbonPageGroupDescription
    The visible display text of this extension's Payments view ribbon group description within the user interface.
    exportColumnName
    The visible display text of this extension's designated export grid column within the Payments view.
    showExportColumn
    Indicates if this extension should display a dedicated export grid column within the Payments 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