Browse by Tags

All Tags » SmartObject » BlackPearl   (RSS)
Showing page 1 of 2 (12 total posts)
  • 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
  • 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
  • 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
  • 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
  • 2008 wave

    Have anyone started playing around with BlackPearl and Visual Studio 2008, SQL 2008 & .Net 3.5? Using Ado.net Entity Datamodel Framework and SmartObjects together? Using the new SQL Filestream to save files to the filesystem, Pushing Workflow tasks to users using the RSS2.0 Feed Formatter? instead of just emailing the tasks to the ...
    Posted to General (Forum) by hendriknz on February 7, 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
  • Referencing 1 Smart Object with another

    I have a Smart Object that is retrieving a set of data from a SQL table. This table has a 1 to many relationship with another table, which also has a 1 to many relationship with another table. I'm not sure what is the best way of being able to pull back all this information. I want to be able to select a row from the first table, and retrieve all ...
    Posted to General (Forum) by Smully on December 19, 2007
1 2 Next >