Browse by Tags

All Tags » smart objects   (RSS)
  • Modifying Smart objects within the Repeating table

    Hello, I am puzzled in a quite common scenario. I have CreditCard Smart Objects. I need to show the list of CreditCard objects and let the end user activate or deactivate any of the CreditCards via a checkbox, then let him or her submit the form. But this simple scenario looks a bit challenging  In my infopath form there is a Secondary ...
    Posted to General (Forum) by reverseblade on September 8, 2008
  • Re: Initial Value for Smart object property-> How to ?

    You can always open up the SmartBox table for the SmartObject you created and modify the table schema to incorporate a default value there. Keep in mind the caveat to this is you may lose those default values if you repeatedly publish your SmartObject to the SmartBox. Another option would be to 'hard-code' some kind of value in the artifact ...
    Posted to General (Forum) by endpointsys on August 26, 2008
  • Call Smartobject method inside a web service

    Hello, I would like to call several smartobject methods from within a web service in order to achieve cascading drop-down list boxes within InfoPath.  I have not been able to dig up anything thus far.  Does anyone have a good explanation on how to execute smartobject methods with code ? What needs to be referenced?  Thank in ...
    Posted to General (Forum) by Naterade11 on August 7, 2008
  • Help needed with ado.net and smart objects

    I am trying to extract smart object data by making use of a sql statement. My smart object is called DirectorsBoard and my method is called getCompanyDirectors which required the smart object property CompanyID. I use the following Syntax: SELECT     [Position], PrincipalFROM         ...
    Posted to General (Forum) by Henk on August 6, 2008
  • populate datafield or SO in destination rule code

    Hello,  I'm coding my own worklist. For each worklist item I want to know the destinations of the activity (as determined by the destination rule). I can't find a property in the K2 API, so now I'm trying to populate a datafield with the destinations in the destination rule code. Can I use an activity datafield? If not, I have to use a ...
    Posted to General (Forum) by basklerx on July 8, 2008
  • Ampersand getting encoded in SmartObject Update method

    I have an InfoPath form that uses a SmartObject update method, using a few text fields in the InfoPath form. One of the fields is for a URL, and when I put an ampersand (&) in the text field, e.g. http://server/file.aspx?val1=x&val2=y the ampersand gets replaced with the encoded value of & ...
    Posted to General (Forum) by crum66 on June 25, 2008
  • Reporting: SourceCode does not show as type when creatinf shared data source

    I am trying to create a shared datasource for my smart objects, so that I can debug my k2 reports in visual studio. SourceCode is not listed as a type in my visual studio project.  Do I need an assembly in my local machine gac?
    Posted to General (Forum) by Henk on May 27, 2008
  • Re: Need 'user lookup' for InfoPath

    Hi bluevolume, We hit this problem too, but we were using MOSS (SharePoint) so we could leverage that for picking users. You can create a smart object that consumes the SharePoint service object for a site instance and retrieve all users that are members of a sharepoint group or site or whatever. Is this something that might be of interest to ...
    Posted to General (Forum) by mgallen on May 24, 2008
  • Active Directory Service

    Is there a way to query nested groups in AD using the Active Directory Service? For example, we have countries AD groups (US, Canada), then we have user role AD groups within these countries (Managers, Workers).  A person may be a worker in one country and a manager in another.  Is there way to build a smart object using the AD service ...
    Posted to General (Forum) by mcc on May 19, 2008