Using Supplemental Tables in CX Apps Action Service
Hi Community,
Could someone please assist with finding a way to access the Supplemental tables in custom Responsys app?
We developed custom Responsys app that is included as a separate node in the Responsys Program workflows.
On configuration step we call metadata endpoint to get list of available fields for incoming contact. It returns a list of fields from Profile and PET tables in the corresponding folder. This is fine and works as expected.
But we also would like to get list of fields from Supplemental tables and include some of them (based on users choice) in the record definition on configuration save. Unfortunately, we could not find how to achieve this. May be someone has already solved similar task...