Browse by Tags
All Tags » smart objects (RSS)
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 & ...
-
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?
-
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 ...
-
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 ...
|
|