Share via


AfResourceServiceClass.updateResource Method [AX 2012]

Updates a resource in Microsoft Dynamics AX.

Syntax

public AfDataContainer updateResource(
    AfDataContainer _compoundDataContainer, 
    SyncTransId _syncTransId, 
    SyncAppId _sourceAppId, 
    boolean _syncBySimple, 
    boolean _concurrencyCheck)

Run On

Server

Parameters

  • _sourceAppId
    Type: SyncAppId Extended Data Type
    The current application to which Microsoft Dynamics AX is synchronizing. Indicates the project server application ID.
  • _syncBySimple
    Type: boolean
    A Boolean value that specifies whether the project is configured to sync by the compound entity or by simple entity.
  • _concurrencyCheck
    Type: boolean
    The current application to which Microsoft Dynamics AX is synchronizing. Indicates the default project server application ID.

Return Value

Type: AfDataContainer Class
The container that has the resource information.

See Also

Reference

AfResourceServiceClass Class