Skip to main content
Nintex Community Menu Bar

Method {cbbMethods} does not exist on SmartObject [SmartObject Name]

  • February 16, 2021
  • 0 replies
  • 58 views

Forum|alt.badge.img+6

Issue

Workflow instance that calls SmartObject can fail with the following error if the Smartobject method is missing.

 

21976i04FC510ABBB41FB6.png

 

 

Error Code

Method {cbbMethods} does not exist on SmartObject [SmartObject Name].  

 

In this example, workflow is looking for List method, but the SmartObject only contains Create method.

 

21977i9E62D5C6D250B106.png21978i28D98AF1ACE59E44.png

 

 

Resolution

Editing SmartObject and add the missing method will resolve the issue.

 

Additional Information

Related Links