<Code Lib>
2024 Method
Changes 0
M

ScheduleDefinition.CanFilterByValuePresence

Description:
Checks whether a field can be used with a value presence-based filter.
Remarks:
The value presence filter types are HasValue and HasNoValue.

public bool CanFilterByValuePresence(
	ScheduleFieldId fieldId
)

Return Value bool True if the field can be used with a value presence filter, false otherwise.

Loading…