cancel
Showing results for 
Search instead for 
Did you mean: 

Change field 'Maximum Utilization in Percent' - TM

former_member183072
Active Participant
0 Kudos

Hello Guys,

I have a small request to change the logic(how the value is calculated) for the 'Maximum Utilization in Percent' field from TM system. This field appear when I display a Freight Order .I will attach a print screen.

Can you tell me exactly where the value for this field is calculated? class/method.?

Thanks a lot.

Ovidiu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Hancila,

The value for the progress bar indicator could have been calculated in the event or may be in in onaction event .

you can go through view and see data binding and just check smthing will be there in method

lv_avge_progress =  ( field1 * 100 ) / lv_total

if still not resolved than paste your component and view action tab.