This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new 617641f Replace references to Marketing Factory with Unomi
617641f is described below
commit 617641f9828fd01b08c6194f0bf85d7fedba40ce
Author: Serge Huber <[email protected]>
AuthorDate: Tue Oct 29 13:43:57 2019 +0100
Replace references to Marketing Factory with Unomi
Signed-off-by: Serge Huber <[email protected]>
---
manual/src/main/asciidoc/connectors/salesforce-connector.adoc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/manual/src/main/asciidoc/connectors/salesforce-connector.adoc
b/manual/src/main/asciidoc/connectors/salesforce-connector.adoc
index 3a8a8d3..c1f6b6c 100644
--- a/manual/src/main/asciidoc/connectors/salesforce-connector.adoc
+++ b/manual/src/main/asciidoc/connectors/salesforce-connector.adoc
@@ -116,7 +116,7 @@ find more information about rules in the
<<_concepts,Concepts>> and the <<_getti
==== Properties
-To define how Salesforce attributes will be mapped to Marketing Factory
profile properties, edit the following entry using the pattern below :
+To define how Salesforce attributes will be mapped to Unomi profile
properties, edit the following entry using the pattern below :
[source]
----
@@ -124,7 +124,9 @@
org.apache.unomi.sfdc.fields.mappings=${env:UNOMI_SFDC_FIELDS_MAPPINGS:-email<=>
----
Please note that Salesforce needs the company and the last name to be set,
otherwise the lead won't be created.
-An identifier needs to be set as well. The identifier will be used to map the
Marketing Factory profile to the Salesforce lead. By default, the email is set
as the identifier, meaning that if a lead in Salesforce and a profile in
Marketing Factory have the same email, they'll be considered as the same person.
+An identifier needs to be set as well. The identifier will be used to map the
Unomi profile to the Salesforce lead. By
+default, the email is set as the identifier, meaning that if a lead in
Salesforce and a profile in Unomi have the same
+email, they'll be considered as the same person.
[source]
----