Skip to main content
Solved

Mobile app filter not working


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

I have created a new GI to show Item Allocation details on the mobile app. I have added the screen to the mobile app as below so i can label the columns etc.

The screen appears on the mobile app but the Filter by does not let me select an inventory ID and the Results screen does not show the PlanType (Suspect this is because the field has the same name ‘Descr’ as the field on the InventoryItem tried called it INItemPlan#Descr. 

I have reviewed other posts and cannot work out why my Filter does not work.

 

Best answer by RohitRattan88

@dcomerford 

I used your GI and was able to get PlanType and filter working with following code:

add screen GI955013 {
  type = FilterListScreen
  add container "Filter_" {
    add field "InventoryItem"
  }
  add container "Result" {
   fieldsToShow = 2
   add field "InventoryID" {selectorDisplayFormat = Key}
   add field "Description"
   add field "OrderReference"
   add field "PlanTypeINPlanTypeDescr"
   add field "PlannedQty"    
 }

}

note that PlanType is named PlanTypeINPlanTypeDescr in the web service schema.

Not sure why your filter would not work though.

Hopefully it helps

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

3 replies

RohitRattan88
Acumatica Moderator
Forum|alt.badge.img+4
  • Acumatica Moderator
  • 253 replies
  • Answer
  • August 4, 2023

@dcomerford 

I used your GI and was able to get PlanType and filter working with following code:

add screen GI955013 {
  type = FilterListScreen
  add container "Filter_" {
    add field "InventoryItem"
  }
  add container "Result" {
   fieldsToShow = 2
   add field "InventoryID" {selectorDisplayFormat = Key}
   add field "Description"
   add field "OrderReference"
   add field "PlanTypeINPlanTypeDescr"
   add field "PlannedQty"    
 }

}

note that PlanType is named PlanTypeINPlanTypeDescr in the web service schema.

Not sure why your filter would not work though.

Hopefully it helps


RohitRattan88
Acumatica Moderator
Forum|alt.badge.img+4
  • Acumatica Moderator
  • 253 replies
  • August 4, 2023

dcomerford
Captain II
Forum|alt.badge.img+15
  • Author
  • Captain II
  • 642 replies
  • August 4, 2023

Thanks @RohitRattan88 yes i have that article thanks for update on field name i can never follow the syntax on these. I will recheck the filter i was able to press the filter button but i could not select anything


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