Dim MedPay as decimal
PolicyCoverage = GetPolicyLevelCoverage("MP") 'The coverage name is Medical Payments
If PolicyCoverage IsNot nothing Then
MedPay = GetValueForThisDataOfThisObject("Coverage-->My Coverage Specific Data-->Primary Liability, MP - Factor", PolicyCoverage)
End If