formletterParmData.splitInventOwnerId_RU Method [AX 2012]

Determines whether splitting of the posting parameter lines by inventory owner ID is supported.

Syntax

public NoYes splitInventOwnerId_RU([NoYes _splitInventOwnerId])

Run On

Server

Parameters

  • _splitInventOwnerId
    Type: NoYes Enumeration
    A value that indicates whether the posting parameter lines should be split by inventory owner ID.

Return Value

Type: NoYes Enumeration
true if the splitting process should be executed; otherwise, false.

Remarks

This method always returns false in the base class.

See Also

Reference

formletterParmData Class