New answers tagged custom-list
0
This page should point you in the right direction: http://social.technet.microsoft.com/Forums/en-US/sharepointsearch/thread/2f56b352-33eb-42ac-a814-ee04f5194878
How are you preventing these two "private" columns from appearing in the UI?
1
High level steps for an InfoPath browser form:
You don't need any fields in the main data source, but you need a secondary data source to the list, including all the fields you want to show in the form.
You will need code to get a URL parameter into the InfoPath form. There is a plug-in for InfoPath from Qdabra Software called "qRules" that loads DLL's ...
0
Although SPFieldUser does inherit from SPFieldLookup and it really is a lookup field to the hidden "Users" list I don't think there is any way to display those additional fields via the UI.
The workflow idea will work as long as you make sure to trigger the workflow when an item is added and when an item is changed.
Another option would be to create a ...
0
When the task is created, it creates an output variable of the Task List item ID. Use that variable to look up the outcome from the task list and update the calendar list item with that value from your workflow.
1
I dont know why your getting the comma in the first place! you realy need to debug your code and see the varibles in real time to assess where its being placed!
a work around if its an issue and you cant fix it you can use this:
private string removeComma(string com)
{
//return the last character of ,
int index = value.LastIndexOf(",");
...
Top 50 recent answers are included
