Hi guys,
Can anybody point me to where I can review the incoming data payload from C4C in SAP Marketing Cloud?
The Import Monitor shows me only part of the message.
The Message Dashboard tells me the 'Record type is hidden' for each field I ...
Hi,
After the 2011 release I noticed the information in the ticket overview is sometimes white on white (so white font on white background).
Does anyone know if there is a solution for this?
Thanks,
Pieter
Hey guys,
I am working on a report showing overdue tickets.
What we would like is a report containing tickets in a certain stage where the completion due date (determined by the SLA) is in the past.
Apparently, it is not possible to create a va...
Hey guys,
I am running a B2B email campaign targeting the contacts of a company.
In reporting, I would like to see the opens per company location (i.e. country).
The standard Analytics Stories and operational reports only show me the attributes...
Hi Andrei,
You are right. Thanks for pointing that out. It has indeed been deprecated for 2 years already, yet I found that it is still working, no side effects noted.
That said, I agree this points out that Mustafa's solution is the one to go for ...
Thanks Mustafa for the detailed post.
I had a similar requirement which I fixed in a simpler (but less interesting) manner. It is good to see you accepted the challenge of scripting a loop in postman :-). I didn't dare...
I activated communication ...
Thanks Joyca.I currently have my coding like this:DATA lv_marketing_area TYPE if_cuan_bupa_map_types=>ty_ic_marketing_area.
data: lv_string type string.
lv_string = bp_general_data-namcountry.
cl_ble_trace_writer=>write_info_message( lv_string )....
Thanks Tobias,I did that, but I am actually looking for the message from the businesspartner object to the Marketing object.I am looking to implement a custom logic to determine the marketing area based on the country code.As my logic is not working ...