SharePoint lists and libraries contain list forms that allow users to display, edit, and add items to a list or library using a list form.
1
vote
0answers
160 views
Approving a task directly from the dispform.aspx
I have a challenging requirement that I am trying to put my head around. I have a SP Designer 2007 workflow for MOSS 2007 that has a series of approval tasks for each approver in the process. Right ...
0
votes
1answer
50 views
Newbie SP2007 Workflow Question
I'm new to SP. I have done tons of reading and am a .Net developer but I'm looking for the best, out of the box, way to do the following (any guidance would be greatly appreciated as I'm always ...
0
votes
1answer
733 views
Custom InfoPath Form - Upload Image from Computer Dialog
After customizing a sharepoint 2010 list form, I am losing the ability to upload an image from computer in a rich text box. It seems that this option is only available in the default SharePoint 2010 ...
1
vote
1answer
227 views
SharePoint 2007 Form auto submit
I would like to use standard SharePoint form for list (NewForm.aspx), but want to auto submit it after specified time - 60 minutes to list. All fields will be optional. This will be used for quiz for ...
0
votes
1answer
312 views
Use a RadioButtonList update list columns?
Does anyone know if it's possible using SPD w/ MOSS2007 to use a RadioButtonList value to update columns in a list using a custom insert list form without binding the asp:RadioButtonList on page load, ...
1
vote
2answers
926 views
moss 2007 List Forms - dynamic field logic
I'm using MOSS 2007 for the NewForm.aspx need to implement field logic i.e whether to show certain fields based on the values of preceding fields.
I have implemented a similar solution embedding a ...
2
votes
2answers
6k views
Add fields to New/Edit form with custom list definition (document library)
I'm using Visual Studio 2010's template "List Definition" to create a new list definition for a document library.
Nothing fancy at all - I only want to add a couple of fields to the list and to the ...
5
votes
7answers
10k views
List and column visibility in new item form
I created a new list on my site for collecting issues/incidents. I customized columns and I included two that are relevant for developer, but not for testers:
Status - used to change from ...
1
vote
1answer
147 views
SharePoint list template repackaged, forms now unavailable (“cannot get ghost document”)
I had a SharePoint solution with a number of features packaged inside. I can't list them here, but it looked something like this:
Features (Scope):
(Site) MyDocument Content Type
(Site) Log List ...
1
vote
2answers
3k views
SharePoint List Forms in Visual Studio
I'm trying to attach custom aspx forms to a content type, in order to use them as New, Display and Edit item forms.
I must do this with Visual Studio 2010, since I have a Web Template, List ...
0
votes
2answers
879 views
Sharepoint Document Library with Item Content-Type?
Here is my problem:
I wanted to use InfoPath forms, but due to complexity I have to switch to aspx forms. With Infopath Forms I could use a Forms Library, where the user is presented with ...
0
votes
3answers
90 views
How can I covert a list view mode to display an Add mode?
I have a Sharepoint custom list. I want to use it as a registration form. This means the list needs to be displayed in an "Add item" mode? How can this be done? I am assuming with loading the list in ...
0
votes
1answer
697 views
SharePoint List Customization - Are Two Columns Possible?
We have an application by which a user can enter the details of an emergency situation. SharePoint would be our first tool of choice except for one critical requirement: As a user fills out a list ...
1
vote
1answer
623 views
Sharepoint list column name change
We changed the name of a custom column in a list however it stills shows up in the edit properties with the orginal column name. Does anyone know how we can update the properties form to show the ...
0
votes
1answer
631 views
Is it possible to create a new item form with a subform that can also add new items?
I've got a list in WSS 3.0 documenting work tasks by position that has a bunch of repeating fields such as Task1, Equipment1, Controls1, Task2, Equipment2, Controls2, Task3, Equipment3, Controls3, ...
1
vote
2answers
571 views
“Access denied” with a custom list form and list with unique permissions
I have created a list which has unique permissions. It’s an order submission form. I want end users to be able to place order using this list form. The whole site has only read permissions but this ...
1
vote
2answers
737 views
Nested Table in List
I want to create an application form which would allow the user to make multiple entries for the same set of columns (like a table)
e.g.
Name: XYZ
Emp ID: nnnnnnnn
"Shift Worked" ...
0
votes
1answer
2k views
What is the best practice for creating a custom form in SharePoint 2010?
What is best practice for creating a custom List/View/Edit/New page for OOB SharePoint lists in 2010?
We have a site that wants to surface many OOB SharePoint 2010 lists (think Announcements, Events, ...
1
vote
1answer
767 views
Is it possible to pass a parameter from a form web part to a data view web part?
Is it possible to pass a value from a Form Web Part to a Data View Web Part?
The value from the Form Web Part needs to be passed to a column field in the Data View Web Part for a calculation.
The ...
0
votes
3answers
1k views
Sort dropdown field in list form
I have list form(s) (disp.aspx, edit.aspx, new.aspx) in SharePoint that contain lookup dropdown fields. I'd like to sort the data within the dropdown by descending. Viewing the form code within ...
2
votes
3answers
4k views
Custom List Forms and multiple content types
I've ran into a problem when trying to create custom new item forms for a list that has multiple content types. I've tried inserting a custom list form for a content type (this content type isn't the ...
3
votes
3answers
290 views
Adding a dropdown to a View
Is it possible to add a dropdownlist into one of the columns of a standard list view e.g. AllItems.aspx?
