OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / DataAccess Class / AddDepartment Method
A comprehensive Department object.



In This Topic
    AddDepartment Method
    In This Topic
    Creates a new Department record, or updates an existing Department record.
    Syntax
    'Declaration
     
    
    Public Function AddDepartment( _
       ByVal department As Customer.Department _
    ) As Boolean
    'Usage
     
    
    Dim instance As DataAccess
    Dim department As Customer.Department
    Dim value As Boolean
     
    value = instance.AddDepartment(department)
    public bool AddDepartment( 
       Customer.Department department
    )
    public:
    bool AddDepartment( 
       Customer.Department^ department
    ) 

    Parameters

    department
    A comprehensive Department object.

    Return Value

    Returns true if the Department record was successfully created or updated. Otherwise, returns false.
    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