Business Central: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 23: Line 23:
== Install Resco extension on Business Central ==
== Install Resco extension on Business Central ==


The extension is required for synchronizing between Resco Cloud and Business Central.
The extension is required (but see below) for synchronizing between Resco Cloud and Business Central.
# Download the extension from [https://rescocloud.blob.core.windows.net/integrations/Resco_RescoIntegrations_1.0.0.0.zip Resco web].
# Download the extension from [https://rescocloud.blob.core.windows.net/integrations/Resco_RescoIntegrations_1.0.0.0.zip Resco web].
# Log in to Business Central and search for "extensions".<br>[[File:Install extension 1.png|600px]]
# Log in to Business Central and search for "extensions".<br>[[File:Install extension 1.png|600px]]
Line 29: Line 29:
# Open Web Services, click New, select Page, select RescoCustomer and write RescoCustomer as Service Name.
# Open Web Services, click New, select Page, select RescoCustomer and write RescoCustomer as Service Name.
# Repeat it for every custom page from the Resco extension. (RescoCustomer, RescoContact, RescoServiceOrder).
# Repeat it for every custom page from the Resco extension. (RescoCustomer, RescoContact, RescoServiceOrder).
=== Can I integrate without extension? ===
Yes, but... it depends on your customization of Business Central.
The integration offers two modes of synchronization:
* Full sync: download all records of an entity.
* Incremental sync: download only changed records.
To take advantage of the faster, incremental sync, Business Central must have a Version Number field on the entity; and this field must be defined in the mapping in Woodford.
[[File:Version number.png|600px]]
You can define the version number using the extension. We recommend using row version number (Big Integer) as the Version number field. You can use Date/DateTime fields as well, but it won't be 100% incremental sync.


== Create integration ==
== Create integration ==

Navigation menu