Browse by Tags
All Tags » SmartObject (RSS)
Showing page 1 of 3 (22 total posts)
-
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.
-
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?
-
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?
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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.
-
Currently i'm doing something like this:
public string runSPGetEmailSmartObject(string userName, string connString)
{
string userMail = ...
-
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 ...
1
|
|