Question:
Where are the Channel filters in My Plan populated from in Veeva CRM?
Answer:
The Channel values are populated in the Channel_vod field of the MC Cycle Plan Channel records that are associated to the user's MC Cycle Plan record.
SOQL Query to display MC_Cycle_Plan_Channel_vod.Channel_vod values:
- SELECT Id, Channel_vod__c,Cycle_Plan_Target_vod__r.Target_vod__r.Name,toLabel(RecordType.Name) FROM MC_Cycle_Plan_Channel_vod__c WHERE Cycle_Channel_vod__r.Cycle_vod__c = 'Enter MC Cycle Id' AND Cycle_Plan_Target_vod__r.Cycle_Plan_vod__c = 'Enter MC Cycle Plan Id' ORDER BY Channel_vod__c ASC
Related Documentation:
CRM Help Documentation: Manually Creating a Multichannel Cycle Plan