Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the editable value of project line property ID.
Syntax
edit ProjLinePropertyId projLinePropertyIdEdit(
boolean _set,
ProjCategory _projCategory,
ProjLinePropertyId _projLinePropertyId)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that indicates whether to create the project line property ID when it does not exist.
- _projCategory
Type: ProjCategory Table
The category ID of the line property that will be retrieved or updated.
- _projLinePropertyId
Type: ProjLinePropertyId Extended Data Type
The line property ID value that is used to create or update the current record.
Return Value
Type: ProjLinePropertyId Extended Data Type
A ProjLinePropertyId data type that represents the project property line ID from the ProjLinePropertySetup table.
Remarks
If the _set parameter is true the line property ID is created when it does not exist.