SmartObject Method not showing Correct Identifiers

  • 16 February 2021
  • 0 replies
  • 6 views

Userlevel 5
Badge +20
 

The workflow is not showing the attribute list for the newly created SmartObjects

kbt149959

PRODUCT
K2 Five 5.0 to 5.1
BASED ON
K2 Five 5.0
This article was created in response to a support issue logged with K2. The content may include typographical errors and may be revised at any time without notice. This article is not considered official documentation for K2 software and is provided "as is" with no warranties.
LEGACY/ARCHIVED CONTENT
This article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein.

Issue

The workflow designer does not show the SmartObject identifier property on a SmartObject event.

Symptoms

In rare cases after a SmartObject is created from a stored procedure, some of the identifier properties are not available on a SmartObject event in the workflow designer.

Resolution

One possible solution to this issue is to initiate the created variable with a null value in the stored procedure as the example below:

create procedure temp @Parameter1 varchar(50) = null

as

Select @Parameter1

 


0 replies

Be the first to reply!

Reply