how to filter received metadata for action service
Hello,
during the action service configuration process, when AMS calls the service configuration URL, the "custom app" execute in sequence two POST calls (via postMessage)
- amsAction = 'metadata' (to retrieve metadata URL endpoint)
- amsAction = 'product' (to retrieve the metadata structure).
Usually, the received metadata structure is the whole structure containing the profile list's fields and all its (if any) profile extensions fields (plus all the ETV if any).
Normally, the configuration step does not require such complex information because we need to get only a few fields.
the question is: how to invoke (if there is a chance) the product action to receive only a given list of fields instead of the full metadata set?
Tagged:
0