Answered by:
how to input accountid to workflow email step crm 4

Question
-
I have tried to create email in workflow in crm 4 , using standard interface.
I need to create url and include accountid as part of url parameter, hoe to do this please?
Monday, October 10, 2011 9:06 AM
Answers
-
Hi
Andriy is right But you can try the following if you are interested.
Create a custom text field in account entity,
On form save event add the guid of the account to this field
crmForm.all.fieldname.DataValue =crmForm.ObjectId;
Then you can access this field in the workflow.
I hope this helps.
Amreek Singh Senior CRM Consultant CDC Praxa Sydney, Australia [URL=http://mscrmshop.blogspot.com]http://mscrmshop.blogspot.com[/URL]
Microsoft CRM Freelancer
My blog (english)
Мой блог (русскоязычный)
- Edited by Andrii ButenkoMVP, Moderator Monday, October 10, 2011 11:21 AM
- Marked as answer by pathiya007 Monday, October 10, 2011 3:30 PM
Monday, October 10, 2011 11:20 AMModerator
All replies
-
Hello,
This is impossible out of box. It is possible with custom workflow activity. Such workflow activity you can find here - http://crmaccelerators.codeplex.com/releases/view/26691
Microsoft CRM Freelancer
My blog (english)
Мой блог (русскоязычный)
Monday, October 10, 2011 9:16 AMModerator -
Hi
Andriy is right But you can try the following if you are interested.
Create a custom text field in account entity,
On form save event add the guid of the account to this field
crmForm.all.fieldname.DataValue =crmForm.ObjectId;
Then you can access this field in the workflow.
I hope this helps.
Amreek Singh Senior CRM Consultant CDC Praxa Sydney, Australia [URL=http://mscrmshop.blogspot.com]http://mscrmshop.blogspot.com[/URL]- Proposed as answer by Amreek Singh Monday, October 10, 2011 11:03 AM
Monday, October 10, 2011 11:03 AM -
Hi
Andriy is right But you can try the following if you are interested.
Create a custom text field in account entity,
On form save event add the guid of the account to this field
crmForm.all.fieldname.DataValue =crmForm.ObjectId;
Then you can access this field in the workflow.
I hope this helps.
Amreek Singh Senior CRM Consultant CDC Praxa Sydney, Australia [URL=http://mscrmshop.blogspot.com]http://mscrmshop.blogspot.com[/URL]
Microsoft CRM Freelancer
My blog (english)
Мой блог (русскоязычный)
- Edited by Andrii ButenkoMVP, Moderator Monday, October 10, 2011 11:21 AM
- Marked as answer by pathiya007 Monday, October 10, 2011 3:30 PM
Monday, October 10, 2011 11:20 AMModerator -
thanks for feedback , I thought custom workflow is the best then.
thanks
Monday, October 10, 2011 3:30 PM