HcmPositionForecastScenario::existsByCompGroupIdAndDataAreaId Method
Indicates whether a specified record exists in the HcmPositionForecastScenario table that has the specified CompensationGroupIdfield value and CompensationGroupDataAreaId field value.
Syntax
client server public static boolean existsByCompGroupIdAndDataAreaId(HcmPositionForecastCompensationGroupId _compensationGroupId, SelectableDataArea _compensationGroupDataAreaId)
Run On
Called
Parameters
- _compensationGroupId
Type: HcmPositionForecastCompensationGroupId Extended Data Type
A CompensationGroupId field value.
- _compensationGroupDataAreaId
Type: SelectableDataArea Extended Data Type
The DataAreaId of the HcmPositionForecastCompensationGroup table record.
Return Value
Type: boolean
Returns true if the specified record exists; otherwise, false.