Application.EngagementInfo method (Project)
Displays the engagement information dialog box user interface for the Resource Plan view. Introduced in Office 2016.
Syntax
expression.EngagementInfo (EngagementUniqueID, ResourceUniqueID, Description, StartDate, FinishDate, Units, Work, ShowDialog)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
EngagementUniqueID | Optional | Dword | The unique ID of the engagement. |
ResourceUniqueID | Optional | Dword | The unique ID of the resource. |
Description | Optional | String | A description of the engagement. |
StartDate | Optional | Date | The earliest date the resource can work on the engagement. |
FinishDate | Optional | Date | The latest date the resource can work on the engagement. |
Units | Optional | Real | The assignment unit the resource can work on the engagement. |
Work | Optional | Real | The amount of work requested or approved for the engagement. |
ShowDialog | Required | Boolean | Default=1; Displayed |
Return value
BOOLEAN
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.