Answered by:
How to edit fields in a completed activity record?

Question
-
What options are available for editing an activity record after it has been marked as complete?
Monday, April 19, 2010 4:01 PM
Answers
-
you can have the workflow to change the actvity status to new again and then change the what ever details you want to chnage on campaign activity as follows..
Check out on how to create example work on this link.
- Marked as answer by Andrii ButenkoMVP, Moderator Friday, June 1, 2012 4:38 PM
Monday, April 19, 2010 4:12 PMAnswerer -
You can use unsupported approach - direct SQL update of tables. But remember that this is unsupported.
Truth is opened the prepared mind
My blog (english)
Мой блог (русскоязычный)- Proposed as answer by Andrii ButenkoMVP, Moderator Monday, April 19, 2010 4:21 PM
- Marked as answer by Andrii ButenkoMVP, Moderator Friday, June 1, 2012 4:38 PM
Monday, April 19, 2010 4:21 PMModerator -
you will find with the Email activity that when it arrivss it is complete but still has the owner and regarding field enabled. You can set the Disabled attribute in the onload event on other fields to false to allow updating of other fields if you wish. I haven't applied this to other activities as I think emails are special with regards to there status but worth a look.
// this sets the field to the same Disabled state as the regarding field. So if Regarding is enabled then so will the to field.
crmForm.all.subject.Disabled = crmForm.all.regardingobjectid.Disabled;
MSCRM Bing'd - http://bingsoft.wordpress.com- Proposed as answer by RhettClintonMVP, Moderator Monday, April 19, 2010 4:37 PM
- Marked as answer by Andrii ButenkoMVP, Moderator Friday, June 1, 2012 4:38 PM
Monday, April 19, 2010 4:37 PMModerator
All replies
-
you can have the workflow to change the actvity status to new again and then change the what ever details you want to chnage on campaign activity as follows..
Check out on how to create example work on this link.
- Marked as answer by Andrii ButenkoMVP, Moderator Friday, June 1, 2012 4:38 PM
Monday, April 19, 2010 4:12 PMAnswerer -
You can use unsupported approach - direct SQL update of tables. But remember that this is unsupported.
Truth is opened the prepared mind
My blog (english)
Мой блог (русскоязычный)- Proposed as answer by Andrii ButenkoMVP, Moderator Monday, April 19, 2010 4:21 PM
- Marked as answer by Andrii ButenkoMVP, Moderator Friday, June 1, 2012 4:38 PM
Monday, April 19, 2010 4:21 PMModerator -
you will find with the Email activity that when it arrivss it is complete but still has the owner and regarding field enabled. You can set the Disabled attribute in the onload event on other fields to false to allow updating of other fields if you wish. I haven't applied this to other activities as I think emails are special with regards to there status but worth a look.
// this sets the field to the same Disabled state as the regarding field. So if Regarding is enabled then so will the to field.
crmForm.all.subject.Disabled = crmForm.all.regardingobjectid.Disabled;
MSCRM Bing'd - http://bingsoft.wordpress.com- Proposed as answer by RhettClintonMVP, Moderator Monday, April 19, 2010 4:37 PM
- Marked as answer by Andrii ButenkoMVP, Moderator Friday, June 1, 2012 4:38 PM
Monday, April 19, 2010 4:37 PMModerator