Currently Online:

Browse by Tags

All Tags » SmartObject   (RSS)
Showing page 1 of 3 (22 total posts)
  • SmartObject Server Exception

    When I try to open a SmartObject activity and click the ellipse in the context browser I get the following error.   I have checked the console and if gives the same error. The only thing that is different is I recently installed Release 0803 on my client machine. Any suggestions.
    Posted to General (Forum) by ccalcut on May 5, 2008
  • SmartObject Missing Input Mapping

    I built a small SmartObject using two fields. One is a text field and the other is an attachment. Both are fields in an InfoPath form. When I open the SmartObject Activity the text field is the only item that shows up. I need to map the file attachment as well. Has anyone else seen this or know something?  
    Posted to General (Forum) by ccalcut on May 1, 2008
  • SmartObject: Datatype Text / Memo

    Hello, unfortunatly I can't find a desciption of the possible SmartObject Datatype. What are the differences between Text and Memo? How many characters can be stored in Text?
    Posted to General (Forum) by man_anja on April 22, 2008
  • Re: Email address from SharePoint 'friendly name'

    Hi David, Yes... there is a relatively simple solution. It involves making the use of the SharePoint ServiceObject instance. You can construct a SmartObject in such a way that one of its methods can be pointed to a service object instance. I can't remember the name of the SharePoint ServiceObject method in question at this time, but I think it ...
    Posted to General (Forum) by mgallen on April 9, 2008
  • Secondary Data Source Validation

    SmartObjects are an integral part of K2 blackpearl.  As such there is often the need to incorporate them into InfoPath forms.  When a SmartObject is integrated into an InfoPath form, it is done so via an InfoPath secondary data source.  Any secondary data source, not just K2 SmartObjects, within InfoPath do not have the ability to ...
    Posted to From The Bench (Weblog) by keith on March 19, 2008
  • What is a Lookup Object?

    What does it mean to flag a SmartObject with the “This SmartObject is used as a Lookup Object” option in the designer under “Additional Settings”?  This doesn’t seem to affect the definition of the SmartObject’s table in the SmartBox database, so why would you want to do this?  The only info I can find on the use of a Lookup Object is ...
    Posted to General (Forum) by Tiaan on March 3, 2008
  • sharepoint lists and sharepoint service broker

    Hi,  I have the following situation. I have couple of sharepoint lists which have lookup columns to each other, so something like a hierarchy is built. I have a smart object which is supposed to get the data from all the lists using the leaf node as start one and present it as a single entity. The problem is that in the lookup ...
    Posted to General (Forum) by lz2plm on February 29, 2008
  • Re: Calling a SmartObject method from inside a workflow code event

    Have you tried using the SmartObject Event Wizard in the toolbox?  From your code example, I believe you could you could use the event to accomplish the same thing with no code.  If you do really need to use code, you might try pulling the ''SmartObject Server'' entry from the string table for the connection string.
    Posted to General (Forum) by DavidL on February 21, 2008
  • Calling a SmartObject method from inside a workflow code event

    Currently i'm doing something like this:         public string runSPGetEmailSmartObject(string userName, string connString)         {             string userMail = ...
    Posted to General (Forum) by mgallen on February 21, 2008
  • Re: Using SQL Server Views instead of tables

    Hi Alex, I've not attempted this with SQL Views, but you could try: SELECT * INTO YourNewTableName FROM YourExistingViewName as this will create a table from your view. If you want, you can get SQL Server Agent to run a job to recreate this table every hour or something with a TSQL statement like:   use ...
    Posted to General (Forum) by mgallen on February 19, 2008
1 2 3 Next >