Skip to main content
Nintex Community Menu Bar

Inconsistency detected between SmartObject during loading of SmartObject Definition.

  • February 16, 2021
  • 0 replies
  • 29 views

Forum|alt.badge.img+6

Topic

The following error will be thrown when trying to delete SmartObject where SmartObject properties are not the same as ServiceObject properties:

 

Inconsistency detected between SmartObject '[SmartObject Name]' and Service Object '[ServiceObject Name]' during loading of SmartObject Definition. Property : '[Property Name]' not found in Service Object '[ServiceObject Name]' Definition.

 

17782i26F0984CB307AD7C.png

 

Instructions

In the above example, editing SmartObject and removing SmartObject properties that no longer exist in the Service Object, save the change, will allow SmartObject to be deleted.

 

Additional Information

Alternatively, adding the missing properties (columns in SQL table in this example), and refreshing Service Instance (SQL Server Service in this example) will allow SmartObject to be deleted as well.

Related Links