Share via


RouteCopyToRoute.insertRouteOpr Method [AX 2012]

Inserts the new operation relation if it does not already exist.

Syntax

private boolean insertRouteOpr(RouteCopyFrom copyFrom, RouteOpr toRouteOpr)

Run On

Server

Parameters

  • copyFrom
    Type: RouteCopyFrom Class
    The CopyFrom class that determines from what route is copied.

Return Value

Type: boolean
true if the operation relation was inserted successfully; otherwise, false.

See Also

Reference

RouteCopyToRoute Class