How to changes SharePoint 2010 library form values at the time of Approval, I have one UnderReview library, While Uploading the document there is one status column and the column values in Draft, Once the document Upload into the document library, the email goes to Administrator for Approval, when he will click the Approval Link then the UnderReview form will open and In the status column i need to show Approval,Progress and Expire field, Please help me to solve this issue, i will be very thankful to you all.
1 Answer
In a standard SharePoint list (for example in a task list) the status column is of type choice. Via the list settings you can edit the different values which should be available for this column as choices.
In your case i would add all required values as choices (Draft, Approval, Progress and Expired).
If you don't want to have all choices available during the initial document upload you can use javascript to hide certain choices in your updload form.
- Hi Please explain me the way to apply , how to apply java script code and where along with code, Thanks !Chandan Sahani– Chandan Sahani2015-10-20 06:12:12 +00:00Commented Oct 20, 2015 at 6:12
-