Installation guide for Service Bridge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 03:29 AM
Hi,
Has anyone installed the service bridge , i am able to activate the replication between the instances , however unable to see record producer entitlement in Customer instance. If you have any installation guide/doc please help. And what will be the Customer ID.
Thanks,
Rahul
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2023 02:44 AM
There is no any formula option in the mappings in SB. It is present in IDR as adaptor rules not in service bridge. Can u please send me screen shot of it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2023 02:55 AM
You are right. It is the Script instead.
In the map editor, click on the Work notes field in the producer instance and select the Script option.
In the Script field, enter a script that will be used to update the "Work notes" field. For example, you could use the following script to include the data from the fields in the work notes:
currentValue = producer.work_notes;
producer.work_notes = currentValue + '\n\nAdditional Details:\n\nField 1: ' + consumer.field_1 + '\nField 2: ' + consumer.field_2 + '\nField 3: ' + consumer.field_3;
Replace field names accordingly above.
This script will get the current value of the "Work notes" field in the producer instance, and append the additional details to the end of the field.
Kindly mark the response as Correct or Helpful.
Cheers,
Anish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2023 03:04 AM - edited 01-06-2023 03:05 AM
No there is no any option for scripting too ...Only we have option of inbound and outbound entries.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2023 03:29 AM
Can you show the Target mapping tab in the form section?
Regards,
Anish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2023 03:35 AM