Skip to main content
Question

Mobile screen Appointment Summary filter


Forum|alt.badge.img
  • Jr Varsity II
  • 11 replies

Here in mobile app for appointment list screen i want to add the customer as field on the filter list. 

I added like this the other field are showing but customer is not/

5 replies

hkabiri
Acumatica Moderator
Forum|alt.badge.img+7
  • Acumatica Support Team
  • 222 replies
  • March 17, 2025

@ron I actually tested it just now and it worked for me. Here is the update code from my customization. Not sure if it matters but field status is not available on original form and should not show up as filter field.

 

update screen FS400100 {
  update container "Selection" {
    add field "BranchLocation"
    add field "ServiceOrderNbr"
    add field "Customer"
    update field "StaffMember" {
      listDisplayFormat = CaptionValue
    }
}
    }

 


dcomerford
Captain II
Forum|alt.badge.img+15
  • Captain II
  • 631 replies
  • March 17, 2025

@ron Strange in the container try adding 

fieldsToShow = 4


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • 11 replies
  • March 18, 2025

None of this works, it still doesn't show up on my mobile, regarding status its a custom field added so it does show up on mobile. Its just the customer field that doesn't show


dcomerford
Captain II
Forum|alt.badge.img+15
  • Captain II
  • 631 replies
  • March 18, 2025

@ron I just copied what you sent us and it works fine for me i can see all the fields in the filter same as ​@hkabiri did. Presume you have tried it with just adding the customer field. 


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • 11 replies
  • March 18, 2025

I think there is issue with some other customization, trying to find out which. But it shouldnt matter as there is field on web services


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings