Share via


PlanActivityRelationship::createRelation Method

Creates a PlanActivityRelationship object and the related records in the database.

Syntax

server public static PlanActivityRelationship createRelation(
    PlanActivityId _independent, 
    PlanActivityId _dependent, 
    ConstraintValue _constraintValue, 
    UnitOfMeasureRecId _unitOfMeasure)

Run On

Server

Parameters

Return Value

Type: PlanActivityRelationship Table
A PlanActivityRelationship record if the object and records were created; otherwise, false.

See Also

Reference

PlanActivityRelationship Table