SmartObjects and Lookup fields error

  • 23 February 2016
  • 1 reply
  • 1 view

Badge +1

I'm trying to create a k2 application in a list.  The list has a content type attached to it with columns. There are 22 columns to generate.  Some of these are people and group fields, some are just plain text.  However, whenever I try to generate the smart objects/forms I get this error:

The SmartObjects for the Lookup fields have not been created. Regenerate the SmartObjects before proceeding.

 

With this in detail:

  • Type:
    SourceCode.SmartObjects.Client.SmartObjectException
  • Source:
    SourceCode.SmartObjects.Client
  • Method Base
    • Member Type:
      Method
    • Name:
      ExecuteScalar
    • Module
      • Scope Name:
        SourceCode.SmartObjects.Client.dll
    • Declaring Type
      • Full Name:
        SourceCode.SmartObjects.Client.SmartObjectClientServer
  • Stack Trace:

    at SourceCode.SmartObjects.Client.SmartObjectClientServer.ExecuteScalar(SmartObject smartObject, DataTable inputTable)

    at SourceCode.Forms.AppFramework.FormRuntime.SmartObjectExecution(XPathNavigator nav, Boolean outputDependencies, SmartObjectClientServer svr)

    at SourceCode.Forms.AppFramework.FormRuntime.WorkXmlToApi(String xml)

    at SourceCode.Forms.Runtime.AJAXCall.ProcessRequest(HttpContext context)

 

This is sharepoint online with the latest K2Blackpearl release.

 

Thanks


1 reply

Badge +1

I found the issue. I didn't notice I had a "Lookup" Column being used. 

Reply