2027 Method
Changes 0
M

ScheduleDefinition.CanFilterByGlobalParameters

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

The global parameter-based filter types are IsAsociatedWith, IsNotAssociatedWith.

Only parameters which have a compatible type with at least one existing global parameter can be filtered.

public bool CanFilterByGlobalParameters(
	ScheduleFieldId fieldId
)
Return Value Boolean True if the field can be used with a global parameter-based filter, false otherwise.