cancel
Showing results for 
Search instead for 
Did you mean: 

Can we read Interaction object within C4C ticket in SDK

former_member705476
Discoverer
0 Kudos

Hi there,

We are using SAP Service Cloud service Ticket functionality and within ticket We have a 'Interacts' tab.

We have a requirement that whenever a new interaction is initiated form this tab , by standard SAP default customer's email address populated. We want to prevent that and not popluate any address by default. My idea was in SDK I can implement 'After Loading' event for Interactions within Ticket but I cannot find any Interaction object within Ticket Scripts . Is there any way to capture this event in SDK and manipulate it?

Many Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member226
Employee
Employee
0 Kudos

Hi,

You can try creating an AfterModify script for BusinessTransactionDocumentReference as this should trigger every time a new document reference is created.