Microsoft 365 SharePoint

SharePoint 2010 – How to create a company notification system part 4

My co-worker, Erik Boode, talked to me about my company notification system solution. He has to implement this solution for one of our customers. He actually found a solution to set fields at read-only! This is really important for the following screen:

SP2010CompanyNotifcationCenterPart4_1 SP2010CompanyNotifcationCenterPart4_2

 


You can see in the screenshot that I had to manually enter a warning text. The reviewer is also able to edit the text of the employee. Erik found the following solution:

Open SharePoint Designer and go to the Review Notification form of the Notification list. Click at a control and in the code field change the following:

ControlMode=”Edit”

To

ControlMode=”Display”

The controls now become read only! How cool, and pretty easy, is this 🙂 Check it out:

SP2010CompanyNotifcationCenterPart4_2
The only problem that still is not solved is that employees can open this reviewers edit form. Hopefully we can find a solution for this.

You Might Also Like

2 Comments

  • Reply
    hanumant
    May 16, 2012 at 4:44 am

    Heya¡­my very first comment on your site. ,I have been reading your blog for a while and thought I would completely pop in and drop a friendly note. . It is great stuff indeed. I also wanted to ask..is there a way to subscribe to your site via email?

    Document Management Systems

  • Reply
    Jasper Oosterveld
    May 16, 2012 at 5:21 am

    Hi! Thank you so much, I really appreciate that 🙂

    I will add a widget that makes it possible to subscribe 🙂

  • Leave a Reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.