Hello Gurus,
I have an extension field in Opp BO defined as type "DecimalValue"
element ZPercentageItemValue: DecimalValue;
During run time we are seeing dumps because of overflow error.
I noticed that, as an example, 123788.8888888888888888888888888889 , causes an issue.
Are there any limitations to use this data type? How can we find the maximum allowed value for this? I do not see anything in repository explorer.
thanks
Mahesh