Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 703 Bytes

WhereLogicParentFieldStrategy.md

File metadata and controls

36 lines (23 loc) · 703 Bytes

WhereLogicParentFieldStrategy Class

Strategy for getting the field value of a parent field

Since

11/28/2024

Group Soql Engine

Author Zackary Frazier

Implements

IWhereLogicComparisonStrategy

Methods

getFieldValue(record, fieldNode)

Get the field value of a parent field

Signature

public WhereLogicComparisonResults getFieldValue(SObject record, Node fieldNode)

Parameters

Name Type Description
record SObject SObject
fieldNode Node Node

Return Type

WhereLogicComparisonResults

,[object Object]