Skip customer id validation in Pega CDH Container for custom channel
We want to skip the customer id validation in the PegaMKTContainer/v4/Container, in order to be able to call to container for customers as well as prospects, for a custom channel.
We found the DSS MKTEnableCustomerValidation which updated to true, in order for Pega to skip the customer id validation, but based on the code, SubjectID is optional only for web and mobile channels. See the documentation here:
What would the impact be if we update the container service to include our new custom channel into the list of channels where SubjectID is optional? Any other features would be impacted/we would have to update?
Thank you!