Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,


I need to disable checkout context menu item of document library (moss 2007) based on work flow status

If workflow status is InProgress checkout context menuitem should be disabled and if status is NotStarted or Completed checkout menu item should be enabled

i need to write javascript function in content editor webpart for to implement this

It will be great if any body can help me out for this


Thanks
Nimisha Thomas
Posted
Updated 1-Jun-11 1:42am
v2

1 solution

Using MOSS 2007 this will be very difficult since it does not expose a robust client object model like SharePoint 2010 does. You would at the very least need to make webservice calls from the JavaScript to determine the status of the item, however you won't be able to hook into the ECB display call to update the menu before display.

A better approach may be to create a custom action with a control class to query the status from server code and display the menu appropriately.
 
Share this answer
 
Comments
Nimisha Thomas 1-Jun-11 8:42am    
Now i am trying to get the status of workflow from value of workflow column in document library is it possible to find the value of workflow column and using that value enable or disable the context menu?
[no name] 1-Jun-11 9:04am    
Did you read the answer?
Nimisha Thomas 1-Jun-11 9:13am    
thank you somuch for your reply i read your answer but i am very new to moss so i dont know how to call webservice from javascript.and i need to do it in javascript i am not supposed to do this using server side code
[no name] 1-Jun-11 9:27am    
Calling a webservice and JavaScript have nothing to do with SharePoint. As I stated the proper way to do this would be to create a custom action with a control class. Is there a reason you must do this in JavaScript?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900