Skip to main content
Answer

How to Limit 'Sort By' Fields to Specific Fields in Acumatica Mobile App Screen?

  • January 27, 2025
  • 2 replies
  • 66 views

Forum|alt.badge.img+1

Recently, I added the Invoices screen (SO303000) to the Acumatica Mobile App. Can you please guide me on how to limit the 'Sort By' fields to specific ones, such as Type, Reference Nbr, Date, and Amount? Please see the screenshot below.

Here is a part of my code related to this.

add screen SO303000 {
add container "InvoiceSummary" {
add layout "InvoiceHeader" {
displayName = "InvoiceHeader"
layout = "HeaderSimple"
add layout "InvoiceHeaderRow1" {
displayName = "InvoiceHeaderRow1"
layout = "Inline"
add field "Type"
add field "DetailTotal"
}
add layout "InvoiceHeaderRow2" {
displayName = "InvoiceHeaderRow2"
layout = "Inline"
add field "ReferenceNbr"
add field "LineDiscounts"
}
add layout "InvoiceHeaderRow3" {
displayName = "InvoiceHeaderRow3"
layout = "Inline"
add field "Date"
add field "DocumentDiscounts"
}
add layout "InvoiceHeaderRow4" {
displayName = "InvoiceHeaderRow4"
layout = "Inline"
add field "Status"
add field "FreightTotal"
}
add layout "InvoiceHeaderRow5" {
displayName = "InvoiceHeaderRow5"
layout = "Inline"
add field "PostPeriod"
add field "TaxTotal"
}
add layout "InvoiceHeaderRow6" {
displayName = "InvoiceHeaderRow6"
layout = "Inline"
add field "Currency"
add field "Amount"
}
add layout "InvoiceHeaderRow7" {
displayName = "InvoiceHeaderRow7"
layout = "Inline"
add field "CashDiscount"
add field "Balance"
}
}
}
}

 

Best answer by DipakNilkanth

Hi ​@malinthawarnakulasooriya08,

It seems there is no documentation available regarding the limitation of sorting fields in the mobile app. I recommend submitting a request to Acumatica’s support team to inquire if they have a solution or workaround for this issue.

Hope, it helps!

2 replies

DipakNilkanth
Pro III
Forum|alt.badge.img+13
  • Pro III
  • Answer
  • January 31, 2025

Hi ​@malinthawarnakulasooriya08,

It seems there is no documentation available regarding the limitation of sorting fields in the mobile app. I recommend submitting a request to Acumatica’s support team to inquire if they have a solution or workaround for this issue.

Hope, it helps!


Forum|alt.badge.img+1

Hi ​@Nilkanth Dipak ,

Thank you so much for your valuable response! Yes, I have already initiated a support case and will share their feedback once received.