Share via


LeanCommandCreateKanbans::printNewKanbansClient Method [AX 2012]

Prints the kanban from the client.

Syntax

client private static boolean printNewKanbansClient(List _listCreatedKanbans)

Run On

Client

Parameters

  • _listCreatedKanbans
    Type: List Class
    The list of kanbans to print.

Return Value

Type: boolean
true if the kanbans were printed; otherwise, false.

Exceptions

Exception Condition
Error

The list object was not initialized.

See Also

Reference

LeanCommandCreateKanbans Class