Share via


RPayTblUpdater::updateTimesheetFromDocument Method [AX 2012]

Updates time sheet from ducument perspective. invoke this method after update time-related documents.

Syntax

server public static void updateTimesheetFromDocument(
    StartDate _startDate, 
    EndDate _endDate, 
    RHRMEmplId _emplId, 
   [container _refDoc])

Run On

Server

Parameters

  • _refDoc
    Type: container
    Reference to document. Container [tableId, RecId]

See Also

Reference

RPayTblUpdater Class