Skip to main content

Posts

Showing posts from August, 2013

Emailing a Custom View with Info path 2010 forms published to sharepoint

1. Create a Infopath form with all the fields 2. Create another view which you can use the existing columns , if necessary Now the task is , When user submits the form, the second view must be the conformation Email that he need to get. In order to Achieve that We need to use "Switch Views" in rules. Procedure: First Create a Email Submit Data Connection Click "Tools" >> "Data Connections…" Click "Add…" Select "Create a connection to" >> "Submit data" and click "Next >" Select "As an e-mail message" and click "Next >" Enter an e-mail address in the "To" header field, or bind it to a field in your form template. Fill out any other e-mail header information and finish the wizard. Click "OK" / "Finish" / "Close" to get out of the wizard and finalize your e-mail submit data connection. Now Create a View which you want to use for th

Twitter widget insertion into sharepoint 2010

Hi All, So many people wrote about Twitter webpart or widget or script that can work with sharepoint 2010. I want to share my experience. After the new API came in, I was checking the development part of Twitter to make the things work more easily for embedding Twitter feeds into your sharepoint page. Goto : https://twitter.com/settings/widgets/new Fill the User Name and select the height, theme and link color Click on create Widget It will generate code for the widget It will be almost similar to <a class="twitter-timeline" href="https://twitter.com/*****" data-widget-id="****************">Tweets by @******</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitt