1
vote
0answers
168 views

Column width in SharePoint

I would like to customize the width ( make them narrow, with 2 lines of headline ) of the columns in my SharePoint library. As far as I searched it can be done in SharePoint Designer with codes. Yet, ...
1
vote
0answers
53 views

How to send email to people from choice column with multiple selections

I would like to choice people from choice column with multiple selections and then send email to these people by using workflow SPD. Can I do it? I use SharePoint Foundation Best regards, Andrzej
0
votes
1answer
144 views

How can I create column in list which it able to change data (lookup column) in next column?

How can I create column in list which it able to change data (lookup column) in next column? For example: I have three lists with datas(names, numbers and adress) and I have other list with two ...
0
votes
1answer
232 views

Changing “In this Column” property of Custom Lookup field Programmatically

I am creating a LookUp Column Programmatically for a custom list which is already there, and trying to change the property shown in attached picture using C#, but I couldn't figure out whats the name ...
2
votes
1answer
2k views

Referencing SharePoint list columns with spaces in names

I'm running into issues referencing column names in SharePoint Designer 2010 when the names have spaces in them. This is discussed in this blog post. For example, I've tried using the following ...
0
votes
3answers
5k views

Customize inline edit form Column width and ControlMode

I have a custom list that I am using as a Frequently asked questions list for a number of subsites. I have 3 columns, Question, Answer and category. I want to make the question field readonly as well ...