Ажурирајте програмски садржај листе у СхареПоинт

Здраво девелопера,

Испод је узорак кода за ажурирање садржаја СхареПоинт листе програмски помоћу СхареПоинт Објецт Модел.

СПСите сајт = нови СПСите(“ХТТП://лоцалхост:21000”);
СПВеб Интернет = Сите.ОпенВеб();
СПЛист Лист = Веб.Листс[“Адресар”];
SPListItem ListItem = List.GetItemById(0);

стринг ФуллНаме = стринг.Емпти;

ФуллНаме = ЛистИтем[“Фирстнаме”].ТоСтринг() + ЛистИтем[“Презиме”].ТоСтринг();
СПЛистИтем[“ФуллНаме”] ФуллНаме =;
ЛистИтем.Упдате();

4 comments to Programmatically Update List Content in SharePoint

  • норепли@блоггер.цом (lis)

    Здраво Удај,

    I have a custom list “Weekly Activity”, this is supposed to be entered daily and checked weekly. The problems I face are as follows:

    1. Team members can enter the activity daily but I am not being able to categorise it on a week basis( I used the group by facility but that does not give me what I want). that is Sunday to thursday week.

    2. I have a “Checked By” field which is meant only for the manager.. but the team members are being able to edit this field.

    3.Once an activity is checked by the manager, no team member should be able to go back and edit it.

    Kindly tell me how I can do the above on my custom list.

    thanks and Regards,
    lis

  • норепли@блоггер.цом (siva)

    Здраво Удај,

    where do you write this code. On what event

  • норепли@блоггер.цом (Удај)

    Hi Lis,
    as of now we dont have column level security available OOB in MOSS.

    My suggestion would be write a event handler and on “saving” event, then verify the person belongs to which while updating the content to list. based on the group he/she belongs to you can update the content.

    Хвала,
    ~ Удај

  • норепли@блоггер.цом (Удај)

    Hey Siva,
    you can use this piece of code based on your business requirement.

    for eg.
    you can use this in event handler to update the calculated value in your custom column based on the values entered by the users.

    Хвала,
    ~ Удај.

Допуст један Одговор

Можете да користите ове ХТМЛ тагове

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>