Using Sitecore Forms with Dynamics 365
up vote
1
down vote
favorite
I have a client using Sitecore 9.0.1 with a requirement to create or update contact information in Dynamics 365 following a form submission. What is the correct way to go about this in the new Sitecore 9 world?
As best I can tell, my main options are:
- Sitecore Forms, which is new, intuitive UI, but limited in submit actions. We are currently using Sitecore Forms in a couple of areas of the site already for basic data capture
- WFFM, which is an ageing behemoth with lots of features but an older approach and not as appealing design. It has submit actions for a wide range of behaviors. It does also have some CRM connectors that have been built for previous versions of Sitecore
Thanks in advance.
wffm sitecore-forms dynamics-crm-module
add a comment |
up vote
1
down vote
favorite
I have a client using Sitecore 9.0.1 with a requirement to create or update contact information in Dynamics 365 following a form submission. What is the correct way to go about this in the new Sitecore 9 world?
As best I can tell, my main options are:
- Sitecore Forms, which is new, intuitive UI, but limited in submit actions. We are currently using Sitecore Forms in a couple of areas of the site already for basic data capture
- WFFM, which is an ageing behemoth with lots of features but an older approach and not as appealing design. It has submit actions for a wide range of behaviors. It does also have some CRM connectors that have been built for previous versions of Sitecore
Thanks in advance.
wffm sitecore-forms dynamics-crm-module
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have a client using Sitecore 9.0.1 with a requirement to create or update contact information in Dynamics 365 following a form submission. What is the correct way to go about this in the new Sitecore 9 world?
As best I can tell, my main options are:
- Sitecore Forms, which is new, intuitive UI, but limited in submit actions. We are currently using Sitecore Forms in a couple of areas of the site already for basic data capture
- WFFM, which is an ageing behemoth with lots of features but an older approach and not as appealing design. It has submit actions for a wide range of behaviors. It does also have some CRM connectors that have been built for previous versions of Sitecore
Thanks in advance.
wffm sitecore-forms dynamics-crm-module
I have a client using Sitecore 9.0.1 with a requirement to create or update contact information in Dynamics 365 following a form submission. What is the correct way to go about this in the new Sitecore 9 world?
As best I can tell, my main options are:
- Sitecore Forms, which is new, intuitive UI, but limited in submit actions. We are currently using Sitecore Forms in a couple of areas of the site already for basic data capture
- WFFM, which is an ageing behemoth with lots of features but an older approach and not as appealing design. It has submit actions for a wide range of behaviors. It does also have some CRM connectors that have been built for previous versions of Sitecore
Thanks in advance.
wffm sitecore-forms dynamics-crm-module
wffm sitecore-forms dynamics-crm-module
asked 11 hours ago
James Darrall
723
723
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
4
down vote
accepted
Go for Sitecore Forms. WFFM is no longer included in 9.1 so that is a dead end...
You will need to create your own submit actions (in both options btw) if you want it on this version.. If you can wait just a little longer until the actual release of Sitecore 9.1 (announced for November) you will get an ootb data prefill framework in Sitecore Forms but that will only get you read functionality. You will still need to write your own "writes"..
You can check https://github.com/bartverdonck/Sitecore-Forms-Extensions and https://doc.sitecore.net/sitecore_experience_platform/digital_marketing/sitecore_forms/setting_up_and_configuring/walkthrough_creating_a_custom_submit_action_that_updates_contact_details as a guidance on how to implement your save-requirements.
1
I would maybe add similar submit action as mentioned in official documentation doc.sitecore.net/sitecore_experience_platform/digital_marketing/… to update contacts
– Peter Prochazka
11 hours ago
I will look into these, thanks for the quick responses both.
– James Darrall
11 hours ago
add a comment |
up vote
3
down vote
What Gert said is 100% valid.
If you don't have to save in dynamics CRM in real time you can use Dynamics CRM Connect Module.
After you create contacts in XDB you can use Dynamics CRM Connector to syncronize from xDB to Dynamics CRM.
Dynamics CRM Connector has pipeline batches to sync
- XDB Contacts -----> CRM Contacts
- CRM Contacts -----> XDB Contacts
You can find the module at : https://dev.sitecore.net/Downloads/Dynamics_CRM_Connect/2x/Sitecore_Connect_for_Microsoft_Dynamics_365_for_Sales_201.aspx
After you install it you can have scheduler task which will run Pipeline batches to sync XDB Contacts to CRM.
You can set up how often to run sync, you can add some filters without writing any custom code.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
Go for Sitecore Forms. WFFM is no longer included in 9.1 so that is a dead end...
You will need to create your own submit actions (in both options btw) if you want it on this version.. If you can wait just a little longer until the actual release of Sitecore 9.1 (announced for November) you will get an ootb data prefill framework in Sitecore Forms but that will only get you read functionality. You will still need to write your own "writes"..
You can check https://github.com/bartverdonck/Sitecore-Forms-Extensions and https://doc.sitecore.net/sitecore_experience_platform/digital_marketing/sitecore_forms/setting_up_and_configuring/walkthrough_creating_a_custom_submit_action_that_updates_contact_details as a guidance on how to implement your save-requirements.
1
I would maybe add similar submit action as mentioned in official documentation doc.sitecore.net/sitecore_experience_platform/digital_marketing/… to update contacts
– Peter Prochazka
11 hours ago
I will look into these, thanks for the quick responses both.
– James Darrall
11 hours ago
add a comment |
up vote
4
down vote
accepted
Go for Sitecore Forms. WFFM is no longer included in 9.1 so that is a dead end...
You will need to create your own submit actions (in both options btw) if you want it on this version.. If you can wait just a little longer until the actual release of Sitecore 9.1 (announced for November) you will get an ootb data prefill framework in Sitecore Forms but that will only get you read functionality. You will still need to write your own "writes"..
You can check https://github.com/bartverdonck/Sitecore-Forms-Extensions and https://doc.sitecore.net/sitecore_experience_platform/digital_marketing/sitecore_forms/setting_up_and_configuring/walkthrough_creating_a_custom_submit_action_that_updates_contact_details as a guidance on how to implement your save-requirements.
1
I would maybe add similar submit action as mentioned in official documentation doc.sitecore.net/sitecore_experience_platform/digital_marketing/… to update contacts
– Peter Prochazka
11 hours ago
I will look into these, thanks for the quick responses both.
– James Darrall
11 hours ago
add a comment |
up vote
4
down vote
accepted
up vote
4
down vote
accepted
Go for Sitecore Forms. WFFM is no longer included in 9.1 so that is a dead end...
You will need to create your own submit actions (in both options btw) if you want it on this version.. If you can wait just a little longer until the actual release of Sitecore 9.1 (announced for November) you will get an ootb data prefill framework in Sitecore Forms but that will only get you read functionality. You will still need to write your own "writes"..
You can check https://github.com/bartverdonck/Sitecore-Forms-Extensions and https://doc.sitecore.net/sitecore_experience_platform/digital_marketing/sitecore_forms/setting_up_and_configuring/walkthrough_creating_a_custom_submit_action_that_updates_contact_details as a guidance on how to implement your save-requirements.
Go for Sitecore Forms. WFFM is no longer included in 9.1 so that is a dead end...
You will need to create your own submit actions (in both options btw) if you want it on this version.. If you can wait just a little longer until the actual release of Sitecore 9.1 (announced for November) you will get an ootb data prefill framework in Sitecore Forms but that will only get you read functionality. You will still need to write your own "writes"..
You can check https://github.com/bartverdonck/Sitecore-Forms-Extensions and https://doc.sitecore.net/sitecore_experience_platform/digital_marketing/sitecore_forms/setting_up_and_configuring/walkthrough_creating_a_custom_submit_action_that_updates_contact_details as a guidance on how to implement your save-requirements.
edited 11 hours ago
answered 11 hours ago
Gatogordo
10.8k21555
10.8k21555
1
I would maybe add similar submit action as mentioned in official documentation doc.sitecore.net/sitecore_experience_platform/digital_marketing/… to update contacts
– Peter Prochazka
11 hours ago
I will look into these, thanks for the quick responses both.
– James Darrall
11 hours ago
add a comment |
1
I would maybe add similar submit action as mentioned in official documentation doc.sitecore.net/sitecore_experience_platform/digital_marketing/… to update contacts
– Peter Prochazka
11 hours ago
I will look into these, thanks for the quick responses both.
– James Darrall
11 hours ago
1
1
I would maybe add similar submit action as mentioned in official documentation doc.sitecore.net/sitecore_experience_platform/digital_marketing/… to update contacts
– Peter Prochazka
11 hours ago
I would maybe add similar submit action as mentioned in official documentation doc.sitecore.net/sitecore_experience_platform/digital_marketing/… to update contacts
– Peter Prochazka
11 hours ago
I will look into these, thanks for the quick responses both.
– James Darrall
11 hours ago
I will look into these, thanks for the quick responses both.
– James Darrall
11 hours ago
add a comment |
up vote
3
down vote
What Gert said is 100% valid.
If you don't have to save in dynamics CRM in real time you can use Dynamics CRM Connect Module.
After you create contacts in XDB you can use Dynamics CRM Connector to syncronize from xDB to Dynamics CRM.
Dynamics CRM Connector has pipeline batches to sync
- XDB Contacts -----> CRM Contacts
- CRM Contacts -----> XDB Contacts
You can find the module at : https://dev.sitecore.net/Downloads/Dynamics_CRM_Connect/2x/Sitecore_Connect_for_Microsoft_Dynamics_365_for_Sales_201.aspx
After you install it you can have scheduler task which will run Pipeline batches to sync XDB Contacts to CRM.
You can set up how often to run sync, you can add some filters without writing any custom code.
add a comment |
up vote
3
down vote
What Gert said is 100% valid.
If you don't have to save in dynamics CRM in real time you can use Dynamics CRM Connect Module.
After you create contacts in XDB you can use Dynamics CRM Connector to syncronize from xDB to Dynamics CRM.
Dynamics CRM Connector has pipeline batches to sync
- XDB Contacts -----> CRM Contacts
- CRM Contacts -----> XDB Contacts
You can find the module at : https://dev.sitecore.net/Downloads/Dynamics_CRM_Connect/2x/Sitecore_Connect_for_Microsoft_Dynamics_365_for_Sales_201.aspx
After you install it you can have scheduler task which will run Pipeline batches to sync XDB Contacts to CRM.
You can set up how often to run sync, you can add some filters without writing any custom code.
add a comment |
up vote
3
down vote
up vote
3
down vote
What Gert said is 100% valid.
If you don't have to save in dynamics CRM in real time you can use Dynamics CRM Connect Module.
After you create contacts in XDB you can use Dynamics CRM Connector to syncronize from xDB to Dynamics CRM.
Dynamics CRM Connector has pipeline batches to sync
- XDB Contacts -----> CRM Contacts
- CRM Contacts -----> XDB Contacts
You can find the module at : https://dev.sitecore.net/Downloads/Dynamics_CRM_Connect/2x/Sitecore_Connect_for_Microsoft_Dynamics_365_for_Sales_201.aspx
After you install it you can have scheduler task which will run Pipeline batches to sync XDB Contacts to CRM.
You can set up how often to run sync, you can add some filters without writing any custom code.
What Gert said is 100% valid.
If you don't have to save in dynamics CRM in real time you can use Dynamics CRM Connect Module.
After you create contacts in XDB you can use Dynamics CRM Connector to syncronize from xDB to Dynamics CRM.
Dynamics CRM Connector has pipeline batches to sync
- XDB Contacts -----> CRM Contacts
- CRM Contacts -----> XDB Contacts
You can find the module at : https://dev.sitecore.net/Downloads/Dynamics_CRM_Connect/2x/Sitecore_Connect_for_Microsoft_Dynamics_365_for_Sales_201.aspx
After you install it you can have scheduler task which will run Pipeline batches to sync XDB Contacts to CRM.
You can set up how often to run sync, you can add some filters without writing any custom code.
edited 11 hours ago
answered 11 hours ago
Vlad Iobagiu
12.3k2830
12.3k2830
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f15135%2fusing-sitecore-forms-with-dynamics-365%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown