Group Census Deep Clone Input
Input representation of the details to clone a group census hierarchy, including
optional filters, reference mappings, field overrides, and a custom context definition.
- JSON example
-
1{ 2 "contextDefId": "Custom_GroupCensus_DeepClone", 3 "groupCensusFilters": { 4 "memberPlanFilter": { 5 "quoteId": "0Q0xx0000004CtoCAE" 6 } 7 }, 8 "groupCensusReferenceMappings": { 9 "memberPlanReferenceMapping": { 10 "contractId": "800xx0000004C92AAE" 11 } 12 }, 13 "targetGroupCensusOverrides": { 14 "Name": "Acme Enrollment Census", 15 "Description": "Enrollment census cloned from the quoting census" 16 } 17} - Properties
-
Name Type Description Required or Optional Available Version contextDefId String API name of the custom context definition that overrides the standard group census deep-clone context definition. Use this property when you need unique fields or specialized mappings that the standard context definition doesn't include. Optional 68.0 groupCensusFilters Group Census Filters Input Filters that limit which records in the source census hierarchy are cloned. For example, clone only the group census member plans that belong to a specified quote. Optional 68.0 groupCensusReferenceMappings Group Census Reference Mappings Input Reference mappings to apply on the cloned records. Use these mappings to associate source references with target references, such as mapping quote line items to contract group plans. Optional 68.0 targetGroupCensusOverrides Object Map of field API names and values to apply to the cloned group census. Use this map to set new values on the target census, such as the census name or description. Optional 68.0