The completed workflow task is a basic approval process.
In the past, when developing SharePoint on vs2008, it was troublesome to use the custom association form or initialization form on the ASPX page, you need to manually add the master in SP and other things according to its page, and also need to obtain the form
Method 1: Use SharePoint designer with the enderingtemplate file to customize the MOSS/WSS form page
Take the notification list (dispform. aspx) as an example,The default notification list style is as follows:
The default style does not meet the Chinese habits when publishing news. We need to change it to the following:
Step 1 -- modify the default template of the fo
. This Code provides two functions: 1. submit the form to the form library. 2. Submit the contact information of each row in the form to another list Library (for convenience, the Customer simply needs to repeat the information stored in each row of records ). This structure is similar to the infopath + SQL method, but SQL is troublesome. I changed it to the List
Problem:
When the worker oint 2010 list workflow is started, a "severe error occurred while processing the form" is displayed ".
Error message-1:Object doesn't support property or method 'addeventlistener'
Error message-2:There has been a critical error while processing the form.
Troubleshooting
1.Check in different machine to isolate the issue
2.Check in different browsers to make sure that browsers are
ArticleDirectory
Workflow
Previously, we learned about this in part 1 to Part 2. At that time, we created a form operation workflow.
But do not ignore this article. This is because we will mention a lot of things that require special attention.
In the previous article, the terminated and resigned buttons were created, but now they are still the same as the Save link in the edit template. So, let's continue to complete their modific
Document directory
Analyze this link
Edit
Edit Template
Insert
Insert Template
Delete
As we discussed in the previous blog post that expanded DVWP, we can intercept click events for the built-in OK button in the SharePoint list form. By adding a Javascript call to the HREF parameter of the form operation link, we can extend this mechanism to DVWP. In fa
Document directory
What have you modified?
The screen status at this time
Before we replace the old one with a new one, we 'd better have a backup. This is not a kind of nostalgia, but because it may be damaged. When you need to return to the status before modification, It is very convenient to have the previously saved backup.What have you modified?
By comparing the data when the page is loaded and the data when the Save button is clicked, we can get the information modified by the user a
Document directory
Get control
This article is part of the extended DVWP series. We have discussed how to create a workflow triggered by a form operation. In the previous article, we found that more information except form fields can be passed to the workflow, other workflow variables can be passed, and these variables can be used in the workflow.
Although the form
The following error is reported when infopath publishes a form to the SharePoint database:
Sharepoint is not running on the following web servers
English error:
The following web server does not appear to be running Windows SharePoint Services
Solution:
Go to Management Center-manage Web ApplicationsProgram-"Selec
-layout as follows to make it easier to read:
ff1_x007b__x0024_Pos_x007d_={ff1',$Pos,'}*ff2_x007b__x0024_Pos_x007d_={ff2',$Pos,'}*ff3_x007b__x0024_Pos_x007d_={ff3',$Pos,'}*. . .ff7_x007b__x0024_Pos_x007d_={ff7',$Pos,'}*
Each name-value pair has the following rules:
A long field name generated by SharePoint starts with ff and a number (n. The number indicates the order in the page = {ffn_1}
The part of "_ 1" comes from the parameter $ Pos, which is rep
First, log on to SharePoint 3.0 central administration as an administrator.Click application management.
After you click Create or extend web application, enter port 40000 for the website.
Note: Select Yes at allow anonymous to allow anonymous access. Click OK.
Wait for a moment. This process may take longer to pour tea.
After creation, enter iisreset/noforceRestart IIS and click Create site collection to create a website set.
Enter the website co
Authentication.
5. Create a user and Test1. Use our web application project to create an account. If you want to test whether the account is created successfully, you can use the login and loginName controls.2. go to "Management Center-Application Management-website set owner" and add the user we created as the website set administrator. This article on the Internet is not very clear, we are in the management center web. set the connection string in config to find the user we created here.3.
and create a workflow for the list. Some additional conditions exist:
I. The only available condition is "compare any data source"
Ii. The "current project" is not used in workflow search for us to choose from:
Iii. The form field function replaces the current project because the workflow comes from the list form:
The fields listed here are the fields displayed in our
Label:1: Create an identity-based application (see previous ad-based) Sql-membershipprovider MembersSql-rolemanager Role 2: Modify the Admin center, the application we created, and the Web service inside the Securitytokenserviceapplication this 3-place Web. config Every place to add a string to the database (preferably a new account to access the database, or may not be able to access data) Locate the Code Locate the application's Code Code highlight
following users:Click create userAt this point, we have added the previously registered user to the database, and now we need to add this user in the database to the website.After logging on to application management, click site collection administrators.
Changed to site requiring form AuthenticationAdd registered users to the website
After logging on to a website that requires form authentication, go to h
How to change the form title
Sometimes, we don't need the default display title in SharePoint form, if we cocould custom the title by ourselves, I have good method to change the form title.
For example 1: Change the default form title;
The code:
function renameTitle(renam
In SharePoint 2010, adding custom display form with designer does not display attachments by default.
You need to add the following code to display the attachment:
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.