Skip to main content
Solved

Mobile screen Appointment Summary filter


Forum|alt.badge.img
  • Jr Varsity III
  • 13 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/

Best answer by ron

The issue was a customization that Acumatica had. We have multiple companies so acumatica had a restriction attribute added on the customer field which was preventing it from showing the field on mobile.

View original
Did this topic help you find an answer to your question?

6 replies

hkabiri
Acumatica Moderator
Forum|alt.badge.img+7
  • Acumatica Support Team
  • 226 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
  • 633 replies
  • March 17, 2025

@ron Strange in the container try adding 

fieldsToShow = 4


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • 13 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
  • 633 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 III
  • 13 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


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • 13 replies
  • Answer
  • March 21, 2025

The issue was a customization that Acumatica had. We have multiple companies so acumatica had a restriction attribute added on the customer field which was preventing it from showing the field on mobile.


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