Hi frnds,
i have a field in table that data type is real, that field should not zero
suppose i will enter zero in that field,it will show error like “field cannot zero”
please help how do it
thanks,
murali
Hi frnds,
i have a field in table that data type is real, that field should not zero
suppose i will enter zero in that field,it will show error like “field cannot zero”
please help how do it
thanks,
murali
Implement the validation in validateField() method on the table. You’ll find many examples in other AX tables.