PCRuntimeLibrary::hasValidTemplateLines Method [AX 2012]

Checks whether the condition map from the runtime component contains values of true for both BOM and route operation lines.

server public static container hasValidTemplateLines(Map _conditionsMap)

Run On

Server

Parameters

_conditionsMap
Type: Map Class
The map that contains the solver results for the conditions.

Return Value

Type: container
A container with:
  • The Boolean value of true if there are BOM lines to generate.

  • The Boolean value of true if there are route operation lines to generate.

Show: