ClaimPercentage_IN::findByRGRegisterDate Method
Finds the claim percentage by RG register date.
Syntax
client server public static ClaimPercentage_IN findByRGRegisterDate(
RGRegister_IN _rgRegister,
utcdatetime _fromDate,
utcdatetime _toDate,
Percent _percent,
[boolean _forUpdate])
Run On
Called
Parameters
- _rgRegister
Type: RGRegister_IN Enumeration
The RG register.
- _fromDate
Type: utcdatetime
The from date.
- _toDate
Type: utcdatetime
The to date.
- _percent
Type: Percent Extended Data Type
The percentage.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to update the percentage.
Return Value
Type: ClaimPercentage_IN Table
The instance of the ClaimPercentage_IN class.