ProjReserveResourceWBS::releaseFromActivity Method [AX 2012]

Release all the bookings from a certain activity.

server public static void releaseFromActivity(
    ProjId _id, 
    smmActivityNumber _actNum, 
   [PSARSEntityType _activityType, 
    PSASchedCommit _commitType])

Run On

Server

Parameters

_id
Type: ProjId Extended Data Type
Project or Quotation Id.
_actNum
Type: smmActivityNumber Extended Data Type
Task Id whose assignments will be released.
_activityType
Type: PSARSEntityType Enumeration
Determines if the activity is a Project or Quotation.
_commitType
Type: PSASchedCommit Enumeration
commit type that's going to be released.

This method releases all resource scheduling assignments for a specific Task in a Project or Quotation.

Show: