Skip to main content

I have made some changes to the Mobile app for Timecards as we want the TotalTimeSpent, TotalBillable and Billing Ratio to Display under the Time Totals so it matches the windows screen

 

update screen EP305000 {
    update Container "DocumentSummary"{
    update Group "TimeTotalsGroup" {
    update field "DocumentSummaryTotal#TotalTimeSpent" {
      placeafter field "DocumentSummaryTotal#TotalBillable"
    }
    remove field "DocumentSummaryRegular#TimeSpent"
    remove field "DocumentSummaryRegular#Billable"
    add field "DocumentSummaryTotal#BillingRatio"
    }
    }
   
    }

I cannot get the Billing Ratio to appear on the mobile screen the other fields do correctly.

Please make sure you can see the target field on the WSDL Schema of the target screen.

The screenshot provided seems to be from the EP406000 screen, is this correct?

But the code snippet provided seems to be updating the EP305000 screen.

 

If you are  updating the EP305000 please make sure this screen has the desired field on the Web screen, then confirm its location (container & field name) on the WSDL Schema for that same screen, then use the proper containername#fieldname on the msdl code for that mobile screen.


Thanks @Cesar Betances yes that field is not on the EP305000 the other fields were but not this one. I should have check it


Reply