Skip to main content

system.kanoa.item.getItemPeriod

This function requires KanoaOPS module

Description

Returns itemPeriod for the given parameters (kanoaOPS).

Syntax

getItemPeriod(paramsDict)
  • Parameters
      paramsDict (Dictionary) - Dictionary containing parameters (e.g., {'itemPeriodId': 1, 'itemPeriodName': 'Hour'}).
  • Returns
      data (pyDatset) - Resulting dataset.
  • Code Examples

    # Example Usage:
    itemPeriodData = system.kanoa.item.getItemPeriod({'itemPeriodId': 1, 'itemPeriodName': 'Hour'})