Go Search
brand
Home
Our Company
Our Solutions
Client Services
Contact Us
Blogs
XMLAW > Blogs > Solution Engineers
Incorporating WorkSite Client and Matter Workspaces using the OVC WorkSite Connector Web Part
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)
OneView helps write CAML
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)
Users can update their own personal information fields
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)
Link a Single Worksite Document
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)
Link a Single Opentext document
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)
Semi-dynamic CAML queries
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)
Categories
There are no items in this list.
Other Blogs
There are no items in this list.
Links
There are no items in this list.
Skip to main content