Skip to main content
Answer

Mobile app wont display the Billing Ratio on the Employee Timecard

  • December 5, 2023
  • 2 replies
  • 70 views

dcomerford
Captain II
Forum|alt.badge.img+15

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.

Best answer by Cesar Betances

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.

2 replies

Forum|alt.badge.img+2
  • Acumatica Moderator
  • Answer
  • December 11, 2023

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.


dcomerford
Captain II
Forum|alt.badge.img+15
  • Author
  • Captain II
  • December 12, 2023

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