2020 Method
Changes 0
M

ScheduleDefinition.CanFilterByValue

Description:
Checks whether a field can be used with a value-based filter.
Remarks:

The value-based filter types are Equal, NotEqual, GreaterThan, GreaterThanOrEqual, LessThan and LessThanOrEqual.

Only certain types of parameters can be filtered by value.

public bool CanFilterByValue(
	ScheduleFieldId fieldId
)
Return Value bool True if the field can be used with a value based filter, false otherwise.