OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / DataAccess Class / UpdateUserMiscCompensation Method
A comprehensive UserMiscCompensation object.



In This Topic
    UpdateUserMiscCompensation Method
    In This Topic
    Updates an existing UserMiscCompensation record.
    Syntax
    'Declaration
     
    
    Public Function UpdateUserMiscCompensation( _
       ByVal userMiscCompensation As UserMiscCompensation _
    ) As Boolean
    'Usage
     
    
    Dim instance As DataAccess
    Dim userMiscCompensation As UserMiscCompensation
    Dim value As Boolean
     
    value = instance.UpdateUserMiscCompensation(userMiscCompensation)
    public bool UpdateUserMiscCompensation( 
       UserMiscCompensation userMiscCompensation
    )
    public:
    bool UpdateUserMiscCompensation( 
       UserMiscCompensation^ userMiscCompensation
    ) 

    Parameters

    userMiscCompensation
    A comprehensive UserMiscCompensation object.

    Return Value

    Returns true if the UserMiscCompensation record was successfully updated. Otherwise, returns false.
    Remarks
    A reference to an existing User and Order must be provided in the User and OrderID fields respectively.
    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