|
|
Scenario: Need to be able to present WorkSite client and matter workspace content in a folder web part and be dynamically driven by client number and matter number from the query string. I used 2 web parts (worksite folder web part and worksite connector web part)
My worksite connector is configured:
Paramter Type - QueryString
Parameter Mappings – cnum, mnum
Search Crite...
( Read full post)
|
Posted on 2009-08-25 by Parul Shah
 |
|
|
Tips on writing CAML
Scenario: You need help on writing CAML for your web part
Solution:
1. Create a view in your list on how the items in the list should appear.
2. In the URL use -> http://servername/sitename/_layouts/oneview/caml.aspx?view=full-path-to-view
For example: http://sharepointdemo/department/_layouts/oneview/caml.aspx?view=Lists/List%20of%20Products/AllIte...
( Read full post)
|
Posted on 2009-08-25 by Parul Shah
 |
|
|
Scenario – Need to have users be able to edit some of their own SharePoint User Profile Fields since MySites was not being used.
Solution: In the portal you can create a link to point to /_LAYOUTS/editprofile.aspx This will lead you to Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\editprofile.aspx
Difficulties and Drawbacks: This is an out...
( Read full post)
|
Posted on 2009-08-25 by Parul Shah
 |
|
|
There may be a time when you need to be able to link single DM Documents in your portal. You can do this by using this URL:
http://servername/_layouts/oneview/worksite/download.aspx?id=!nrtdms:0:!session:DMSERVER:!database:DMDATABASE:!document:docnumber,version:
Example:
http://sharepointservername/_layouts/oneview/worksite/download.aspx?id=!nrtdms:0:!session:xxxxxxx:!databas...
( Read full post)
|
Posted on 2009-08-25 by Parul Shah
 |
|
|
Some clients have a need to link single documents in the portal. This can be done by:
http://servername/_layouts/oneview/opentext/download.aspx?number=xxxxxxx&docversion=1&library=xx
But, if you don’t specify a version, it will automatically use the latest document version....
( Read full post)
|
Posted on 2009-08-25 by Parul Shah
 |
|
|
CAML is a robust filtering language that is commonly used with OneView web parts. Unfortunately, there are times when the structure needs to be a little more flexible. With this trick, and OneView parameters, you can create a semi-dynamic CAML query to get around some of those structural limitations. The trick fakes out the web part by using OneView parameters and XML comments.
First, create yo...
( Read full post)
|
Posted on 2009-07-15 by David Hertle
 |
|
|
There are lots of connectors that get installed with OneView Connect, both the standard installation and the enterprise installation. But what if you had a system that none of these connectors quite worked for. Well, we have opened our OneView Connect product to developers through our API. So, now you can create your own custom connectors to connect to any system you have access to - to ge...
( Read full post)
|
Posted on 2009-06-09 by Paulette Guerriero
 |