0

I'm building a BDC Model on Sharepoint Foundation 2013, and would like to use the custom connector.

Does anyone have a tutorial? even better if it can show some good practices..?

Thanks!!

Kris
  • 5
  • 1
  • 6

1 Answers1

0

You can take a look on my personal blog: http://jmecwel.wordpress.com/2013/08/15/sp13-search-index-sql-products

I'm showing an example on how to index Products from a SQL server using a custom BDC on SharePoint 2013.

jmecwel
  • 75
  • 7
  • Hi jmecwel, do you know in the executeStatic method, if SP provides the current logged in user? Thanks again!! – Kris Oct 01 '13 at 06:40
  • I don't know if you can retrieve the current user in the BDC connector execution, did you try SPContext, or HttpContext? – jmecwel Oct 02 '13 at 16:07