ItemAdding \ Get fields
Is it possible to get fields of item being updated? Following code return null values: public override void ItemAdding(SPItemEventProperties properties) {...
View ArticleValidating two column combination to be unique
I have a List named "List 1" and it has two columns "Column 1" and "Column 2". I am aware that I can enforce unique values to both columns in separate. My requirement is a combination of both to be...
View ArticleLinq Query to a Lookup with allow multiple values...
Hi,I have document library where in I have added on Look up column with allow multiple values.When I add documents in document library it shows ID as ";" seperated. i.e. 006e0000001uzRKAAY;...
View ArticleHow to set manually address in email notification workflow in SP designer...
I am setting up an email notification functionality in Sharepoint 2010 with Sharepoint designe. The email will be sent out after a document is uploaded to a site.Composing an email is ready.How can I...
View ArticleDownload the attachments in a rich text field column of sharepoint list
Hi,How to download the attachments in a rich text field column of sharepoint list and save those files(attachments) in the local system?The rich text column attachment resides in some of the document...
View Articleevent fires even though there is no update in the item.. Updating Event
i have nearly 15 fields to be filled in the form.. i am using item Updating event to send a mail. this mail highlights the changes made in the item. but there is a case coming, like if there are no...
View ArticleEvent Handler for SharePoint permission groups
Hello, On each SPWeb we define specific permission groups (so each site has its own groups, no inheritance). One of the groups is the group of users that is in charge of the SPWeb (main point of...
View ArticleDebugging in sharepoint
Hi i am new to sharepoint.i have a basic doubt :sourcecode--buildsolution-deploy-debug.(my doubt is deploy and debug or debug and deploy )
View ArticleHow to load SP.js on a custom .aspx file that doesn't use a masterpage?
Hi,I created a custom aspx file, and I want to use the sharepoint client object model (javascript). The aspx page is not using a master page. How can I get the SP.js files to load?Thanks.This is what I...
View ArticleHow to model two user ids in SharePoint Farm?
I have a user already added in many sites of SharePoint. Now a new user has joined the organisation, and the request is to model the new user's id same as of old user's id.
View ArticleSharePoint Data Services - initialization on client side- like enable...
Hi, I am using SharePoint Data services, for accessing ListData.svc How can I initialize settings on data service client side like enabling detailed log. Looking to hear from you. Regards,...
View ArticleHow to apply CAML in SharePoint view
I'm using SharePoint client object model in windows app and trying to query specific view but not getting the correct method to do so. Here is my code,using SP = Microsoft.SharePoint.Client; using...
View ArticleCreating a custom reply button for Discussion Board web part
I have a use case to create a custom reply button on the discussion board web part that I can place at the top of the page. Does anyone know if there is javascript that can accomplish the same action...
View Articlehow to ttrack the designer workflow
can i track the designer Workflow ...is it possible to find , on which step the workflow is pending, how many steps it has succeeded?like logging?
View ArticleSharePoint 2010 create SPWeb object in synchronous and in asynchronous events
Is there any difference in creating SPWeb objects in synchronous and in asynchronous events? A far as I know in both cases it will be using (SPSite site = new SPSite("http://.........")) { using (SPWeb...
View Articlefile not found errors
I am getting a lot of file not found errors. I have traced it down the fact that the site loads with a dns domain namehttp://berkshiretoday/sitepages/home.aspxIf I load it with the server address,...
View ArticleVisio Sharepoint 2010 Error Flujos de trabajo
Tengo instalado Sharepoint Server 2010 y estuve trabajando en los flujos de trabajo la semana pasada normalmente, pero llegue hoy martes (lunes fue festivo) y ningun flujo de trabajo muestra la grafica...
View ArticleSharePoint custom storage quota email template
Hello,Can anyone help on modifying the Sharepoint2010 email quota template please? How we can achieve that? What's the best practice?Thanks,
View ArticleDocument Numbering Issue
So we have an Event Receiver configured to give all documents that upload a document number. When people edit a document and check back in the number remains and everyone`s happy. Except, if a user...
View ArticleSPSecurity.RunWithElevatedPrivileges
When a piece of code runs inside of SPSecurity.RunWithElevatedPrivileges basically it gets application pool identity.But which privilege it really gets? site-collection administrator or farm...
View Article