Skip to content

Commit

Permalink
SALTO-6341: Salesforce QuickAction Field Overrides References (#6297)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamirr authored Jul 28, 2024
1 parent 01cd298 commit fc53602
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,11 @@ export const fieldNameToTypeMappingDefs: FieldReferenceDefinition[] = [
src: { field: 'targetObject', parentTypes: ['WorkflowFieldUpdate'] },
target: { parentContext: 'instanceParent', type: CUSTOM_FIELD },
},
{
src: { field: 'field', parentTypes: ['FieldOverride'] },
serializationStrategy: 'relativeApiName',
target: { parentContext: 'instanceParent', type: CUSTOM_FIELD },
},
{
src: { field: 'targetField', parentTypes: ['AnalyticSnapshot'] },
target: { type: CUSTOM_FIELD },
Expand Down

0 comments on commit fc53602

Please sign in to comment.