The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
27 views

edit sharepoint list field by get querystring parameter in sharepoint designer

I wanna to create custom edit list item in sharepoint designer. I want to get a querystring parameter value and set it to an field of list item and then user click ok (confirm it). I do the following ...
0
votes
1answer
21 views

Send Row Data to Dialog Box for Editing

I have created a custom ribbon button in SharePoint 2013 which enables when 2 or more files are selected and opens a dialog box. Within this dialog box, I would like to open a custom page which ...
1
vote
1answer
31 views

How to add multi-key querystring to custom content type's custom form url?

I have a custom content type, inheriting from the WorkflowTask content type. I've configured the content type to point to a custom form, but the URLs are not working properly. <ContentType ...
0
votes
1answer
37 views

Store Query String for Filter WebPart in Session or like

With String accountName = this.Context.Request.QueryString["accountname"].ToString(); im getting the needed value for the filter webpart on my ListWebPart. If im paging my List, the url changes and i ...
0
votes
1answer
41 views

Multiple filters with query string

Imagine this situation: a SharePoint 2010 teamsite 2 lists 1 query string filter webpart to connected to the first list the 1st list is connected to the 2nd to filter the 2nd When I click an item ...
0
votes
1answer
136 views

Query String parameter - Multi FilterMultiValue on different columns

Is there a way to combine FilterMultiValue on different columns? ex ?FilterName=HomeCountry&FilterMultiValue=Norway;Global&FilterName=HostCountry&FilterMultiValue=US;Global I want to ...
1
vote
1answer
79 views

Appending Google Analytics query string to outbound links in SharePoint 2010

I am looking to append Google Analytics query strings to outbound links but SharePoint 2010 strips it out when you save the page. Is there a way to add those or do I have to use javascript to append ...
1
vote
0answers
71 views

Query string filter on an InfoPath lookup field

I am trying to use a query string filter to filter data on an InfoPath form using this guide. The column that I'm trying to filter is a lookup field and it is not available in the list of Consumer ...
0
votes
2answers
51 views

Have got a problem with making a CAML Query by String contains “&”

Hello i have got a problem with making a CAML Query by the string which contains sign "&". I have Got a "L&M" firm and when I choose it on DropDownList it make me error: How to use this ...
0
votes
1answer
172 views

Search box web part query suggestion display

2 questions pertaining to the search box web part display: 1)I have configured the search box web part to show query suggestions. My issue is when I type for example "ca" I not only get suggestions ...
1
vote
1answer
806 views

How to edit an existing item in InfoPath Web Part with SharePoint 2013

I have a page with nothing on it but a Infopath Form WebPart which I want to use to be able to edit an existing item in a SharePoint list. I have the ID of the item being passed in on the query string ...
2
votes
1answer
146 views

Ribbon buttons aren't enabled when I use query string parameter with filter

I have a problem adding filters with parameters in the lists. I added a query string parameter. It is used in a filter. When I select one item in the list, most ribbon buttons (edit and delete, ...
0
votes
2answers
622 views

How to access QueryString values with CQWP in MOSS 2007

I need to show some data from library based on querystring passed in URL. I've placed Content query web part on page and trying to access querystring using PageFieldValue but it is not working as it ...
0
votes
0answers
78 views

spquery.query cannot be charged correctly

I'm charging my spquery with different parameters from a static class called Fields : In fact I'm using this query to bind result data to my asp:grid view using (SPSite mySite = new ...
0
votes
0answers
300 views

passing url query string parameters to SSRS Report in SharePoint 2007 integrated mode

Is there some trick to doing this? Most guides suggest I just add the parameter to the url address, but that does not see to work. Is this a SharePoint 2007 issue?
0
votes
2answers
135 views

Sharepoint URL strange behavior

i have 2 SP 2010 enviroments (Dev and prd)... in a certain webpart i get the value of "param1" in the query string, like: string param1String = Request.QueryString["param1"] if i pass this url: ...
0
votes
0answers
182 views

injected javascript code in a basic webpart

I have a working solution according to below, but I want a dynamic link which is created in Createchildcontrols and included as an arguement in the function newitem but I get an JavaScript error on ...
0
votes
1answer
1k views

Query String URL Filter

I'm having issues doing a basic query string filter and I'm not sure what I'm doing wrong. I keep getting these two messages: "Cannot save all of the property setting for this Web Part. An error ...
0
votes
1answer
352 views

AllItems View of Query String: can I group using value in query string?

Can I somehow how a query string to show a group of documents within a given library. Not one single item, but the AllItems like view. So within the library I have a grouping type of id value in a ...
0
votes
1answer
187 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
1k views

Query String, Can I show single item from a list using a query string?

Used this to pass a value to a form, but can I use a query string for a single list item ID, provide to users and have that filter a list for me? Or do I need some CQWP that takes a parameter from a ...
2
votes
2answers
332 views

Filter Document Library items using query string

I have document library (Images Type) and when using the following quick filter paramters nothing happens ?FilterName=LinkTitle&FilterMultiValue=*%d8%b3%d8%b9%d8%a7%d8%af%d8%a9*; I tried this ...
1
vote
2answers
794 views

URL : How to add multiple Query String within Source Query String?

I have a simple question regarding the &Source Query String in SharePoint 2007, which normally SharePoint used in on List Item page, when click on "Close" button, it can redirect back to the ...
0
votes
1answer
405 views

How can you have multiple fillDefaultValues scripts operating on one page?

I have a Web Part Page with multiple DVWP/New Item Forms for different lists. Each form contains a lookup field to one central list. I can get one form to auto-populate the lookup field with a query ...
0
votes
3answers
503 views

Is that possible to use != in query string?

I am filtering sharepoint list using query string for some reson i need to check condition like FieldValue!=Red is that possible to achive? Or still its limitation? ...
0
votes
1answer
2k views

How can I pass a Query String variable into the CAML of a jQuery script?

I'm using Marc's SPServices jQuery library - the SPFilterDropDown script - to filter the items in a Lookup multi-select field on a New Item DVWP. It works fine if I stick some static text in there - ...
2
votes
1answer
4k views

How can I pass a Parameter via Query String to populate a lookup field on a New Item Form/DVWP?

I have two lists: List A: Products List B: Requirements I'd like to have a nice Create Requirement page launched from the Product Listing page. I have a DVWP/Multi-Item View displaying all ...
0
votes
0answers
185 views

Custom Action for BDC Entity adds Plus Symbols in Query String Parameters

Using the web interface in SharePoint 2010, I add a custom action to one of my Business Data entities (External Content Type) to navigate to a URL with some parameters in the query string. The link ...
2
votes
1answer
573 views

How to get back to an HTML page after editing a list item

I have a link on an HTML page that opens an Editform.aspx with a particular listitem ID, in a new window. After making changes, I click 'OK'. How can I close the editform.aspx (by default, this ...