Personlization on SIT Form which disaply segment value automtically not accept override entry
R12.1.3
Hello Folks,
As titled, I have a personalization on SIT Form (Seq 15 as shown on below screenshot) which displays value automatically based on the below calculation (SEGMENT 13)
=(XXX_PAYROLL_FUNCTIONS.GET_GRADE_ALLOWANCE( :ANALYSES.PERSON_ID,:ANALYSES.SEGMENT11,TO_DATE (SUBSTR(:ANALYSES.SEGMENT4,1,10),'YYYY/MM/DD')) * (:ANALYSES.SEGMENT6) * (:ANALYSES.SEGMENT12) /100 )
The Issue is if the user tries to override the calculated value on SEGMENT 13 and enter value manual, the record is saved yes, but the amount not updated, and the segement back to display the calculated value
Any inputs how to make it accept the override entry?
Thanks in advance