Monday 24 October 2016

Removing increment and Decrement Operator against BigDecimal attribute in VO LOV in ADF

As you all know, if you have , java.math.BigDecimal attribute in your vo and if it is part of LOV search, den increment and decrement operator appears against to the attribute as shown in below image



As you see in the above image, there is a increment and decrement operator against the supplier site attribute.

I got requirement to remove these increment and decrement operator. But this is automatically added by framework for java.math.BigDecimal attribute.

Solution: In the vo, against to this attribute,Go to UI Hints,
change control type from default to 'EDIT' as shown below



Hope it helps!