Release Notes > Building Blocks 1.1 Release Notes
Building Blocks 1.1 Release Notes
The following feature enhancements, known issues and limitations, and database schema changes are part of the 1.1 release:
Feature Enhancements
In addition to database schema and services updates, the following enhancements have been made in the 1.1 release:
Enhancements
Database Connection Building Block
When DPM is deployed, the comprehensive logging of historical data is disabled. This limits the logging of historical data to only those actions that are required by other functionality. You can configure the set of limited actions that are logged when comprehensive logging is disabled. For more information, see Configuring What Historical Data is Logged.
The list of logical operators that can be used in a filters key has been updated. The filters key also supports isCaseSensitive. For more information, see Using JSON Filters in Query Services.
Job Order Building Block
New fields have been added to the PTC.JobOrder.JobOrderExecutionResponse Data Shape: actualCycleTime and enabled. For more information, see Database Schema (Job Order Building Block).
Material Master Building Block
A new enable field has been added to the PTC.MaterialMaster.MaterialMaster Data Shape. For more information, see Database Schema (Material Master Building Block).
Reason Code Building Block
A new Invalid reason type and reason category have been added. For more information, see Default Reason Types, Reason Categories, and Reason Trees.
A new enable field has been added to the PTC.ReasonCode.ReasonTreeNode Data Shape. For more information, see Database Schema (Reason Code Building Block).
Database Schema Updates
For more information on updates to the database schema, see Database Schema Changes in this topic.
Known Issues and Limitations
The following known issues and limitations are present in the building blocks 1.1 release:
Known Issue
Solution
Users should not directly modify the database.
Changes to the database schema must be performed through the supported services provided by the PTC.DBConnection.Database_TS Thing Shape and the PTC.DBConnection.Manager_TS Thing Shape. For more information, see Database Connection Building Block.
Changes to stored procedures and functions that are provided by PTC are not supported. Stored procedures and functions can be overridden on upgrade, so any changes would be lost.
Database Schema Changes
The following database schema changes have been made in the 1.1 release:
Data Shape
Change
PTC.JobOrder.JobOrderExecutionResponse
New fields added: actualCycleTime and enabled.
PTC.MaterialMaster.MaterialMaster
New field added: enable.
PTC.ReasonCode.ReasonTreeNode
New field added: enable.
Was this helpful?