Share via


SalesLineType.pdsIsCWItemAllowed Method [AX 2012]

Indicates whether a user can specify a catch-weight item on the sales line.

Syntax

public boolean pdsIsCWItemAllowed()

Run On

Called

Return Value

Type: boolean
true if a catch weight item can be specified on the sales line; otherwise, false.

Remarks

We do not enable catch-weight items on sales lines that are related to projects. We do not currently support that module. This method should be overridden for sales line types that will not allow for catch-weight items generally, or that have a more specific way to determine whether catch-weight items are allowed.

See Also

Reference

SalesLineType Class