Supported Missing BK Behavior

Various Business Rules are checked after a change is made to a Model Object. These checks ensure the integrity and consistency of the model.

Missing BK Behavior

This Business Rule checks the value of the Missing BK Behavior property for a Relationship to a Model Object.

This check has one parameter:

  • SupportedMissingBkBehaviors: list of Missing BK Behavior values possible (can be Unknown, Error, and/or Embryo)
If the Business Rule validation fails, the following message will be displayed as an Error Notification on the Model Object:

Model object '{ModelObject.Name}' of type '{ModelObject.ModelObjectType.Name}' has unsupported missing business key behavior for relations defined. Supported missing business key behaviors are: {string.Join(", ", supportedMissingBkBehaviors)}.

Example: