0
votes
1answer
110 views
Customizing an item’s view in SharePoint Designer
I've created a list called Newsletters (columns: Title, Date and News - a multi lookup to a News list), and a DataFormWebPart displaying an item from this list. Now I'm modifing th …
0
votes
1answer
18 views
How to get the SQL Server name and Role used by Sharepoint Server in Server farm?
I have a sharepoint server farm like the following.
Machine1: Test_DB in this machine i have installed SQL Server as named instance.
(Test_DB\sqlserver)
Machine2: Test …
7
votes
2answers
3k views
In sharepoint designer’s workflow editor how do I get the workflow initiators username?
In Sharepoint designer's workflow editor I wish to retrieve the username/name of the work flow initiator (i.e. who kicked it off or triggered the workflow) - this is relatively eas …
1
vote
2answers
34 views
Detect page is loaded into Sharepoint Designer
Is there a way for a web part to figure out the hosting page is being loaded into SharePoint Designer ?
0
votes
1answer
16 views
Sharepoint: Submit form data from Edit form and then redirect to display form.
This is for a custom Editform.aspx being used to submit data to a custom list. Once the user completes the form, he should be able to hit a button or even the OK button, and have s …
1
vote
1answer
22 views
How to check if a document is checked in, in SharePoint Designer Workflow?
I am trying to create a SharePoint designer workflow which should be triggered every time a document is checked in.
How do I pause till the document is checked in? Will the condit …
0
votes
1answer
21 views
Sharepoint 2007 placeholder issue
I've created a simple placeHolder for some extra javascript in jQuery - The issue is that the placeHolder is within some script tags and therefore isn't recognized by Sharepoint de …
1
vote
3answers
499 views
Why do SharePoint Designer workflows, when edited, seem not to update on the SharePoint site?
I've ran into this scenario a lot it seems. I'm not sure if it's an issue with SharePoint Designer, or SharePoint itself, but the following seems to occur often:
I create a Workf …
0
votes
1answer
47 views
Sharepoint 2007 Data view Webpart custom parameters
I'm sort of new to the custom parameters that can be setup on a DataView Webpart.
There are 6 options:
- None
- Control
- Cookie
- Form
- QueryString
- Server Variable
I think th …
0
votes
1answer
10 views
mail not send through workflow?
Hi To All,
I am creating a work flow that send the mail manually on a document in document library.
I am follows the steps at
http://www.documentmanagementworkflowinfo.com/sa …
0
votes
1answer
139 views
DataFormWebPart filter toolbar
I've lost the toolbar on my DataFormWebPart that has the dropdown boxes that apply a filter to the data - but I can't see a Filter checkbox in the Properties dialog.
How do I get …
0
votes
0answers
7 views
The ‘SelectedValue’ can not be set declaratively
I have asp dropdown list -listing specific values as
None
Fund Accounting
Custody Only
Full Fund Admin
in custom edit form in sharepoin …
0
votes
1answer
310 views
Sharepoint Designer 2007 ODBC database connection to MySQL impossible?
I'm trying to create a Database Connection to ODBC data sources in SPD 2007 and am having absolutely no luck. I've had some success using an SqlDataSource control, however. I don …
1
vote
2answers
69 views
Sharepoint Designer Workflow - value reset itself
I have a SharePoint Designer workflow like the following: (just an example)
If ActionId equals 1
Email InfopathForms:Customer Email
Sometime later, it changes itself to the follo …
1
vote
1answer
49 views
View Page (DispForm.aspx) not associated properly for SharePoint list views
I've customized NewForm, EditForm and DispForm to allow users to create new, edit (with certain permission) and display service requests.
The forms work fine except in my views (e …
