Batches Data Model

The UDRs in PCC.Batches contain information about the work orders, work logs and updates made in the Usage Management Workflow Templates package.

Workorder UDR



Field

Description

Field

Description

Key (string)

The unique key for the work order.

Updates (string)

Contains a list of updates to be made in the work order.



Below is a screenshot of the UDR Assistance displaying the Workorder UDR:

Workorder UDR

Update UDR



Field

Description

Field

Description

Product (int)

The product for which usage should be updated.

Timestamp (date)

The date and time of the usage update.

Usage (map<byte,long>)

The latest reported usage.

Misc (map<string,any>)

This field can contain optional other types of information.



Below is a screenshot of the UDR Assistance displaying the Update UDR:

Update UDR

Workflow UDR



Field

Description

Field

Description

Key (string)

The unique key for the work log.

Misc (map<string,any>)

This field can contain optional other types of information.



Below is a screenshot of the UDR Assistance displaying the Worklog UDR:

Worklog UDR