Could not cast from Data Store Entity to KONE_Development_userinputsheet. Details: CastInvalidCould not cast from Data Store Entity to KONE_Development_userinputsheet. Details: CastInvalid

as title

  Discussion posts and replies are publicly visible

Parents Reply
  • I am trying to publish it on site, however with any rule input interface can not do it, so i create another one and set the previous one interface as constant, and I have no idea to fill in that parameters.

    a!localVariables(
      local!userinputsheet:cons!KONE_Development_userinputsheet_Constant,
      local!userrole:cons!KONE_Development_userrole_Constant,
      a!sectionLayout(
        label: "Section",
        contents:rule!KONE_Development_update_Interface(userinputsheet:local!userinputsheet,userrole:local!userrole,delete:"true")
      )
    )

Children