Expand my Community achievements bar.

SOLVED

Need to what and all property we can add for config.author

Avatar

Level 6

Hi,

What and all property we can add in config.author for Author run mode.

Can any one give some example for property which we can add only for author some property we can add for publish instance(PROD) environment.

Regards

Manikantha R

1 Accepted Solution

Avatar

Correct answer by
Level 8

Lets say you are pushing leads from AEM to salesforce.

so for dev and other lower environments, the url to post lead to salesforce will be like:

https://sandbox.saleforce.com/abc/xyz

but for prod it will be

https://your_company.salesforce.com/abc/xyz

you will create configs for the above urls

The corresponding config will be used by the specific instance (dev author or pub prod) based on its runmode.

Refer to below article

Run Modes

View solution in original post

1 Reply

Avatar

Correct answer by
Level 8

Lets say you are pushing leads from AEM to salesforce.

so for dev and other lower environments, the url to post lead to salesforce will be like:

https://sandbox.saleforce.com/abc/xyz

but for prod it will be

https://your_company.salesforce.com/abc/xyz

you will create configs for the above urls

The corresponding config will be used by the specific instance (dev author or pub prod) based on its runmode.

Refer to below article

Run Modes