Skip to main content
Question

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


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"
      }   
    }
  }
}

 

2 replies

Nilkanth Dipak
Semi-Pro I
Forum|alt.badge.img+10

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.


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