Merge pull request #11133 from netchampfaris/fix-hub-sync

fix Hub Sync plan
This commit is contained in:
Faris Ansari 2017-10-09 19:31:08 +05:30 committed by GitHub
commit 172f28fa06
6 changed files with 20 additions and 19 deletions

View File

@ -35,7 +35,7 @@
"mapping_name": "Company to Hub Company", "mapping_name": "Company to Hub Company",
"mapping_type": "Push", "mapping_type": "Push",
"migration_id_field": "hub_sync_id", "migration_id_field": "hub_sync_id",
"modified": "2017-09-22 15:32:12.459172", "modified": "2017-10-09 17:30:17.853929",
"modified_by": "Administrator", "modified_by": "Administrator",
"name": "Company to Hub Company", "name": "Company to Hub Company",
"owner": "Administrator", "owner": "Administrator",

View File

@ -21,8 +21,8 @@
"mapping_name": "Hub Message to Lead", "mapping_name": "Hub Message to Lead",
"mapping_type": "Pull", "mapping_type": "Pull",
"migration_id_field": "hub_sync_id", "migration_id_field": "hub_sync_id",
"modified": "2017-09-28 13:21:41.575155", "modified": "2017-10-09 17:30:17.908830",
"modified_by": "faris@erpnext.com", "modified_by": "Administrator",
"name": "Hub Message to Lead", "name": "Hub Message to Lead",
"owner": "frappetest@gmail.com", "owner": "frappetest@gmail.com",
"page_length": 10, "page_length": 10,

View File

@ -1,4 +1,5 @@
{ {
"condition": "{\"publish_in_hub\": 1}",
"creation": "2017-09-07 13:27:52.726350", "creation": "2017-09-07 13:27:52.726350",
"docstatus": 0, "docstatus": 0,
"doctype": "Data Migration Mapping", "doctype": "Data Migration Mapping",
@ -44,7 +45,7 @@
"mapping_name": "Item to Hub Item", "mapping_name": "Item to Hub Item",
"mapping_type": "Push", "mapping_type": "Push",
"migration_id_field": "hub_sync_id", "migration_id_field": "hub_sync_id",
"modified": "2017-09-22 15:32:12.674169", "modified": "2017-10-09 17:30:17.890337",
"modified_by": "Administrator", "modified_by": "Administrator",
"name": "Item to Hub Item", "name": "Item to Hub Item",
"owner": "Administrator", "owner": "Administrator",

View File

@ -1,26 +1,26 @@
{ {
"creation": "2017-09-07 11:39:38.445902", "creation": "2017-09-07 11:39:38.445902",
"docstatus": 0, "docstatus": 0,
"doctype": "Data Migration Plan", "doctype": "Data Migration Plan",
"idx": 1, "idx": 1,
"mappings": [ "mappings": [
{ {
"enabled": 1, "enabled": 1,
"mapping": "Company to Hub Company" "mapping": "Company to Hub Company"
}, },
{ {
"enabled": 1, "enabled": 1,
"mapping": "Item to Hub Item" "mapping": "Item to Hub Item"
}, },
{ {
"enabled": 1, "enabled": 1,
"mapping": "Hub Message to Lead" "mapping": "Hub Message to Lead"
} }
], ],
"modified": "2017-09-28 15:37:17.616828", "modified": "2017-10-09 17:30:17.680059",
"modified_by": "faris@erpnext.com", "modified_by": "Administrator",
"module": "Hub Node", "module": "Hub Node",
"name": "Hub Sync", "name": "Hub Sync",
"owner": "Administrator", "owner": "Administrator",
"plan_name": "Hub Sync" "plan_name": "Hub Sync"
} }