Sharepoint dropdown
Hi, In a list i have a status columns. In edit form, on change of status to not approved i want to show the comment text box. I want to do using designer or javascript. Pl Help. ...
Hi, In a list i have a status columns. In edit form, on change of status to not approved i want to show the comment text box. I want to do using designer or javascript. Pl Help. ...
Hi, I'm having the site administrator autharity but still not able to to view the option of "Personalize this page" under the welcome menu. And also using the publishing site template. Should i have any other autharity also....... ...
I have installed Virtual PC with Windows 2003 server and installed WSS 3.0 and MOSS 2007 in it. And in my XP i got visual 2010. i have copied all the SP dll files from c:\ windows\assembly of Windows 2003 server to c:\PF\CF\MS\WSE\12\ISAPI of my XP system. Now i am trying to create SP webpart in my VS2010 in XP but it says SP server not ...
Hi all, I am having 2 web parts(these 2 web parts are user controls and placed in a same page) which are interconnected. 1) In the first web part, I am deleting a listitem from a list1 and adding that listitem to another list name list2 by clicking a button. 2) In the second web part, I am showing the items in the 2nd list in a gridvi...
Hi all: I have CreateTaskWithContentType and TaskCreated Activities , when i debugging the workflow the TaskCreated fired but the task doesn't added to sharepoint list. Is There any idea about this issue? ...
Tonight we have experienced an HD failure that does not make MOSS to start correctly anymore. We have backups and we have a new sharepoint 2010 farm that we have configured last week because we were preparing the migration. Any advice on how to proceed to move the content databases to the new farm? ...
Currently I have a web part with some custom CSS. This is a Document Library web part which also contains the link to "Add a new document" below. Once I click Add new document I am taken to the upload document page. Is there any way to have the upload document section displayed on the same page or is there an easy way to custom style ...
In the Sharepoint Document Library web part, is there a way to have a delete link for each of the files listed? In the regular view of a document library you have a dropdown available when you hover over a filename, but there doesn't appear to be any option to delete a file in the web part. ...
I'm working on website where Sharepoint 2007 is being used as the CMS for a public facing site. Internal users are authenticated via active directory and can edit content via an internal url. External users view the content via a public url. I've just added forms based authentication to the external facing version of the site in order t...
Hi all, I have created a custom list with work flow associated with that. The workflow takes the item through different levels of approval. My workflow scenario is like Say an initiator add an item, which will go to manager for approval. When the manager approves, few columns in the current list will get updated. On manager approval it...
Hi All: I used CreatedTaskWithContentType to create new item in task list . Is There any way to get the created task item???? ...
Hi, I have data :- 31-May-07 Its in a calculated column of the list. The method I used to get it :- =IF(FDate="","",TEXT(FDate,"dd-mmm-yy")) {FDate is a DateTime type of column. The returned value is stored in a "Single Line of Text" column type.} I am now unable to sort that column as its Text now and sorting is done on basis of strin...
hi all, i am having a discussion board. and when we access that discussion board, the default view is flat view. in that view there will be "Posted By" field. On clicking the image or username on that field, sp will redirects to the corresponding user page(about details). in my current project i want to disable all this posted by field. ...
I have an intranet site for change control management system. Approval workflow is associated with the list. On new request creation or editing any item, approval workflow task is created and mail notifications are sending to the concerned person. Now approving manager login to the portal and approve the task. Now they are asking to ena...
hi all, i am using the following code to hide the Actions menu from Discussion Board list. The code is : <script src="http://ajax.microsoft.com/ajax/jQuery/jquery-1.3.2.js"></script> <script type="text/javascript" language="javascript"> $(document).ready(function(){ $('.ms-menutoolbar td:lt(4)').hide(); }); ...
Recently, I've started getting the following error whenever I try to deploy certain State Machine Workflows to my local SharePoint instance: This method implicitly uses CAS policy, which has been obsoleted by the .NET Framework. In order to enable CAS policy for compatibility reasons, please use the NetFx40_LegacySecurityPolicy conf...
Hi want to know best practices for creation of features. normally Visual studio extension creates feature for each web part is it good practice or we should create 1 feature for multiple web parts in one WSP ...
Hi, I have created a custom list. I have a field called manager Email. Whenever a list items gets added to this field manager should get an email. This workflow should be automatic. Any directions please ...
hi all, I want to customize the sign out functionality in sharepoint. I want to redirect to Home page after signout button is clicked. I used the following code : function _spBodyOnLoad() { try { document.execCommand("ClearAuthenticationCache"); window.location=home page url; } catch (e) {} } but the problem her...
I'm using ajax to call a webservice which updates a sharepoint list. It works when I call the code from unit tests, but running the code in a browser causes an exception: System.InvalidOperationException: Operation is not valid due to the current state of the object. at Microsoft.SharePoint.WebControls.SPControl.SPWebEnsureSPCo...