Solved
Using record type to store values. But decimal values are getting round of as Record type doesn't have decimal data type. what to do ?
How to store decimal Values by using record type
How to store decimal Values by using record type
it is resolved actually .. with data type decimal (10,2) i was using maximum limit of Decimal (65,0). which was taking as Integer number in record gype automatically
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.