form for displaying or editing data in a list

learn more… | top users | synonyms

0
votes
4answers
281 views

Can't activate administrator approved form to a site collection. List Item Validation Error

When I try to activate any form to a specific site collection, I get List Item Validation Failed error. If I change the site collection to a different one it works. The error occurs even when I try to ...
0
votes
2answers
137 views

Get Checkbox status

I'm trying to prevent users from editing an item after i've set a "WIP cutoff". I have a checkbox to set this and I'm trying to get the status of that checkbox using a function that has been used ...
0
votes
1answer
97 views

Test Transform on Standard SP Form Field

I'm trying to do a textTransform on a standard Sharepoint text field. The problem is that all the examples I can find do it via a "onblur". When I add this I get an error on the page, my presumption ...
0
votes
0answers
32 views

Process for creating shared worklist from Access?

I'd like to start with a disclaimer that I'm not a network administrator, but a department supervisor with admin rights to our department site... Quick version: Is there a dynamic way to use a ...
0
votes
0answers
164 views

SPD - SOAP data source bound to form contrl = no data fields to pick from?

SP2010, SPD2010. Got a NewForm.aspx form. I am trying to populate a dropdown control with IDs and Names, coming from users in a particular group. In SPD, Site Objects > Data Sources, I have created a ...
0
votes
2answers
145 views

SPD and form fields - can I refer to field IDs by their SPD variables, “ff6{$Pos}”?

I'm working on a NewForm.aspx in SPD. The form controls and labels have an ID such as "ff6{$Pos}", "ff4description{$Pos}" and so forth. As I mouse over those items, I see SPD calls it a "code ...
1
vote
0answers
37 views

Custom Form for Document send to option

Good Day! I have a project on Sharepoint 2010 which requires the following: 1) Under the document settings, there is a "send to" option, I need to be able to add a location to that "send to" which ...
0
votes
3answers
2k views

newform.aspx and People Picker field - set current user as default?

This is for SP2010. Got a list. One of the fields is a "Person or Group" type, with the results limited to members of an SP group. I've created a copy of NewForm.aspx in SharePoint Designer, and am ...
0
votes
1answer
65 views

Book/tutorial recommendations for very specific SharePoint 2010 requirements

Firstly, apologies for the nature of this question - I need to know this is at all possible BEFORE I begin to try to inderstand HOW! We are looking to expand our SP2010 installation from a basic ...
1
vote
1answer
62 views

I have list that I need 2 columns (Choice) to pull up different fields

I have a column named Origination and a column named Sub organization. When the user choose choice A in organization I need specific choices to pop up for Sub Organization. When the user chooses ...
0
votes
0answers
156 views

Using customized list field iterator breaks sharepoints attachment behaviour

I have a requierement to supply the customer with a non standard form for a custom list. On a sharepoint 2010 platform. In order to solve this problem i have developed a custom list which uses a ...
0
votes
1answer
174 views

DataformwebPart outside of List folder and ListItemID from another Query string parameter not working

I've tested this before, but I can't seem to get it to work again. I've got a Doc library with webpart pages. Create a new page and in SPD add a CustomListForm to a custom list in display mode. I ...
0
votes
1answer
260 views

Can you create a multiple select list without checkboxes in InfoPath 2010?

Is there a way to create the list box style control found at the top of the form on this page?: http://www.sjbhealth.org/body_south.cfm?id=1290 It seems like the multi-selection list box control ...
1
vote
0answers
214 views

Close window after save editform with Drop off library

I have a problem with closing my explorer window from the SharePoint 2010 listitem editform. I am opening a new explorer window from Outlook. In this window I open the editform from the ...
0
votes
1answer
245 views

getItemById javascript error

I'm creating a custom form and am trying to add a button to the form, and have functionality when its clicked. I don't really have much experience with javascript, so if there is a better approach to ...
1
vote
2answers
3k views

Editing a custom infopath form published to a library?

I had built an infopath form and published it to a library in sharepoint. Unfotunately, I lost the file on my local machine in the middle of a user profile sync chaos. I tried editing the form in ...
1
vote
1answer
251 views

The attribute 'autoeventwireup' is not allowed in this page in sharepoint

I had two FARMS. QA and PROD. Both are identical. 2 WFE / 2 APPSERVERS / 1 SQL BACKEND. When (in QA) I browse an .aspx page it returns this error: The attribute 'autoeventwireup' is not allowed ...
0
votes
1answer
200 views

Customize LookUp Field

Someone knows how to customize a LookUp field to make it look like it: http://www.codeproject.com/Articles/18929/An-OwnerDraw-ComboBox-with-CheckBoxes-in-the-Drop (Dropdown + Checkbox).
2
votes
1answer
1k views

publish infopath listform to sharepoint multiple site's list

I have one site collection that having two subwebs: i.e web1,web2 both webs having one Test custom list.i have open Test list and using Customize Form tab into list setting of Ribbon. than i publish ...
3
votes
2answers
743 views

Custom Forms without Info Path Forms Services

I have SharePoint Standard which does not come with InfoPath Forms Services. I want to be able to create a simple expenses workflow which gathers info using a form. I've heard though I have a ...
0
votes
1answer
369 views

Method behind attachment, for custom pages

This may be a poorly formed question, but I'm fairly new to sharepoint. What I'm doing is creating a custom page (just basic HTML and JS), and using that page to call SPAPI and SPServices to input ...
1
vote
1answer
2k views

How to create custom login page for extended claims-Windows authentication based Internet sharepoint application?

1) I have a Claims Based Windows Authentication web application which is being used by my internal Active Directory users. (Intranet app) 2) Now I want to expose this to the Internet (by configuring ...
1
vote
1answer
645 views

Overriding Sharepoint SaveButton

Fairly new to sharepoint, and working on a project which involves making custom webparts to enable extra functionality in new/edit/display webparts. I have a working overridden SaveButton in the ...
0
votes
0answers
179 views

Attachments on custom forms

I have some lists on my SharePoint site that use custom new and edit forms. I found that these custom forms would not allow attachments. Implementing the Microsoft solution from here has solved the ...
0
votes
0answers
52 views

Allow nullable/Empty associaten in forms

I have a BDC model with various entities and some associations between these entities. When creating or updating en entity I am able to select an associated entity for a relevant property using the ...
0
votes
1answer
1k views

How do I persist the value of a Multiple-Selection List Box in a web form

I'm building a web enabled form in InfoPath that will be deployed as the form for a form library. The form has a group of check boxes that have been created as a Multiple-Selection List Box. When I ...
1
vote
1answer
634 views

Sharepoint designer generated forms

I'm, quite unsuccessfully until now, trying to change sharepoint's default forms. Well I can create/change and set another form to be the default and that's where my success ends. When editing a site ...
1
vote
1answer
172 views

Workflow not starting on adding new item to list via a custom aspx page/form?

I am using FB Authentication and have a custom sign in page for Users(External) to request new accounts. On request, their details are added to a custom list. I have workflow on this custom list ...
0
votes
0answers
349 views

Auto populate people picker InfoPath form for SharePoint list?

I select Subject in a dropdown and have a lookup value for Teacher that I insert into a people picker with an action. It works fine on the form, the person gets validated immediately but when I save ...
2
votes
1answer
100 views

What kind of page to use?

I'm building an interface that allows for users to customize the webpart zones on their page to a layout of their choosing. It seems the best way to do this is to have all possible layouts present on ...
2
votes
2answers
1k views

sharepoint field radio button onclick

We have a custom list with choice radio button field with values (Yes,No) and a Checkbox field. We want to hide the Checkbox when user click no, how we can achieve this in SPD? what is the best way ...
1
vote
1answer
259 views

Customize list new/edit form page

Could someone outline the process of creating a page with a customized list form? I followed this guide to override the list form template, but this also customizes the built-in form pages/dialogs. I ...
1
vote
1answer
945 views

Heavy customization of DispForm.aspx

I'm building a quite complex application that have a lot of custom UI requirement, especially when displaying one item. The item show parts of it only when specific rules are met (mostly related to ...
0
votes
1answer
177 views

Upload a document and fill out list item data in the same form

I am working on a solution where I need to upload a document to a document library, as well as input the item information. I would like to do this from a single form, as opposed to the Out-of-the-box ...
1
vote
2answers
51 views

How can I display the contents of a custom list in a custom form?

I'm designing an application that'll be used to track customer follow-ups call and I've designed a custom list that contains all the relevant data. I want the display to mimic our current webform ...
0
votes
2answers
534 views

Using the FieldRendingControl for a given content type

I'm creating a webpart that acts like a new form. Based on a view I'm getting on fields and rendering them in my webpart using spfield.FieldRenderingControl. My columns are site columns, at this ...
0
votes
1answer
75 views

How to quickly get the EditForm look and feel and functionality and customize it?

I have developed a custom ASPX page (a SharePoint application page) which is used as a replacement for the default EditForm. I need to have some fields available for editing (so, not all as the ...
1
vote
2answers
1k views

How to use non-browser forms created by Infopath Filler (published to a Sharepoint Form Library)?

I have requirements to create Infopath Filler 2010 forms. They are non-browser and are not served through Sharepoint Infopath Services (so require Infopath installed on all clients) but have ...
0
votes
1answer
3k views

How do I update a lookup column from a dropdownlist?

I'm creating a custom web part in asp.net for SharePoint 2010 programmatically. When a user presses an Add button, the selected item from the dropdownlist is supposed to then be added to the Groups ...
1
vote
2answers
2k views

How to create custom EditForm and DisplayForm for custom content type?

I have developed a custom ASPX SharePoint application page using Visual Studio. I would like to use that page as the EditForm and DisplayForm for the custom content type. At the moment, my page is ...
1
vote
1answer
494 views

How to integrate custom .ASPX solution in SharePoint list EditForm

I have developed a custom SharePoint solution which is consisted of one ASPX application page. Now, I would like to integrate that functionality in list item edit form. I have decided to create a ...
5
votes
2answers
522 views

Why does the FileUpload control get bound to the current list item in a custom list EditForm?

I've written a custom edit form for a list which means I lose certain out of the box capabilities such as Attachments as it was part of the out of the box form. The way I have implemented the form is ...
2
votes
1answer
47 views

Reload upon selecting Date

I was hoping someone could suggest what I can do in order to refresh the EditForm page after the user Selects a date..? Thanks in advance. Brandon
0
votes
0answers
38 views

EditForm Not Retaining Currency Data

So this issue kind of relates to my first post but I wanted to keep it seperate. What is happening is that if a user edits a specific item in a list, the data that is in the 12 currency fields goes ...
2
votes
1answer
2k views

How do I use the form save button with a custom web part?

In order to familiarize myself with SharePoint development, I have created a custom web part to replace the default New, Edit, and Display forms of a custom list. Is there a way to use the already ...
1
vote
2answers
1k views

Is it possible to have a lookup field with multiple source lists?

I have two lists: list A and list B. List A should have a new multiple choice lookup column that allows the user to choose items from both list A and list B. Is this even possible? I have a kind of ...
0
votes
0answers
173 views

Custom form losing input after submit

I have a custom form that is connected to a database. This form is very simple, I have 4 fields, First Name, Last Name, Email and Address. The fields First Name and Last Name are required fields. ...
0
votes
1answer
132 views

Custom List edit & view options go to root calendar

I have used sharepoint designer to create some custom forms for viewing & editing list items, however now when I select either of those options the link takes me to the calendar of the root site. ...
1
vote
2answers
282 views

How to implement 'on document property update' logic?

I need a functionality in which something happens after the properties of a document in document library get updated. I need some kind of event to fire after the user clicks Save button in edit form. ...
2
votes
1answer
435 views

SharePoint 2010: Set a fixed upload location

When using Announcements or Discussion forms it's possible to upload a document when entering data into the body field. (The editing tools are available and when clicking on the insert tab the Upload ...