Browse by Tags

All Tags » Infopath » SmartObject   (RSS)
  • Infopath and K2 Integration

    I am trying to generate (integrate) infopath .xsn file with K2. I expect ''Integrate with SmartObject'' on right clicking the .xsn file. However this option is not available. I was guessing that, it may be to do something with how the installation was done on my VPC. K2 and all visual studio was available on the VPC, I installed info path ...
    Posted to General (Forum) by Ramu on October 1, 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
  • Using SQL Server Views instead of tables

    I am trying to use a SQL Server view (not a table) to provide a denormalized (joined) dataset to an InfoPath form via a smartObject, but the SQL Service doesn't seem to see views, only tables.  Any ideas about how to get around this?    Thanks, -alex
    Posted to General (Forum) by aasianov on February 18, 2008
  • Re: Listing files stored in SmartBox in InfoPath form

    Hi Aasianov, try retrieving the SmartObject field containing the attachment as an InfoPath 'attachment' control. If this works, then you can use some code to retrieve the unicode attachment and display it in another control type, such as image or document.... I believe this is possible. See: http://blog.mgallen.com/?p=94 for code to get the ...
    Posted to General (Forum) by mgallen on February 18, 2008
  • Sorting the output of a SmartObject 'Get List' method

    Is this possible as part of the SmartObject definition.. I've got an InfoPath form that shows as a repeating section the output of a Get List method on one of my SmartObject, and i'd like to sort this data by one of the date/time fields.... i'd rather not start implementing InfoPath code before trying to see if there's a nice way to do it in K2 ...
    Posted to General (Forum) by mgallen on February 13, 2008
  • Advanced Smart Objects

    I am posing the question of how to use Smart Objects the 'right' way in an overall architecture design.  I am starting to think of Smart Objects as Classes and using them accordingly but then I quickly start running into issues.  For example, we are writing a system where a user places an 'Order' to start a workflow process - there are ...
    Posted to General (Forum) by tbyrne on January 18, 2008
  • SmartObjects and InfoPath

    Feels like a dumb question here, but for whatever reason I'm just not getting it... I have a smart object that I am creating in an activity (via the smart object's 'Create' event) and I would like to pass this smart object to my InfoPath form to display some of the data within it.  How do I go about tying an existing smart object to an ...
    Posted to General (Forum) by tbyrne on January 10, 2008
  • Attaching Files to SmartObjects via InfoPath

    I have created a SmartObject that has a property of type 'File'.  I have bound this SmartObject to an InfoPath form, but the 'File' property shows up as two fields:  Name (Text), and Content (Picture?).  How do I bind a file attachment to these values?
    Posted to General (Forum) by tbyrne on December 7, 2007