All About SharePoint

Liedong(Ken) Zheng,SharePoint Leader at SIMPLOT

Archive for February, 2012

How To Find Crawled Properties for the columns in SharePoint

Posted by ken zheng on February 27, 2012

You may find frustration when you have columns in the same name but across a few sites. When you need to map the managed property, which crawled property should I map to?

The way I found is to use U2U CAML Query to find the internal column name

image

so the crawled property will be

image

Here is the steps how you

Map a Crawled Property to Managed Properties (FAST for SharePoint – PowerShell)

Posted in Sharepoint | Tagged: | Leave a Comment »

SharePoint 2010 101 code Samples

Posted by ken zheng on February 22, 2012

It is a good start to learn some coding of SharePoint 2010

http://code.msdn.microsoft.com/SharePoint-2010-101-Code-da251182

Posted in .Net, Sharepoint | Tagged: | Leave a Comment »

InfoPath Repeating Table Lookup control on SharePoint List

Posted by ken zheng on February 1, 2012

It is common to get more values from the dropdown list. For example, when user select the product, more product details are retrieved.

image

image

image

image

 

image

Just type current() in the Formula

image

 

image

 

image

You need manually modify the XPATH,  “current()” function should fix this problem.

xdXDocument:GetDOM("Active Products (BCS)")/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:SubSBU[../d:PRDNO = current()]

 

Reference:

http://rawatsumit.blogspot.com.au/2009/10/infopath-repeating-table-lookup-control.html

Posted in InfoPath | Tagged: , | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.

Join 28 other followers