EMSConversion::isConversionEffective Method
Indicates whether a conversion is still effective on a certain date.
Syntax
client server public static boolean isConversionEffective(EMSConversion _emsConversion, FromDateTime _fromDateTime)
Run On
Called
Parameters
- _emsConversion
Type: EMSConversion Table
An EMSConversion record to be checked for affectivity.
- _fromDateTime
Type: FromDateTime Extended Data Type
A date value that is used to check the conversion affectivity against.
Return Value
Type: boolean
true if the _fromDateTime value is greater than or equal to the EffectiveStartDate field in the EMSConversion record; false if it is less than or equal to the EffectiveEndDate field in the EMSConversion record.