Skip to main content

All,

I would like the GIs to come over in descending order as the GI does.  Is this a customization?

 

Thanks,

Melissa

@mlewis1 In the generic inquiry screen, under the Sort order you can define the field and sort that order. 



Please let me if this answered your question.


No, to clarify it’s the mobile view that should show the reverse order, not the GI


Hi ​@mlewis1,

Any changes made to the Generic Inquiry (GI) from the web will reflect in the mobile view as well.

As ​@ranjithduraisamy72 suggested, first, you need to sort the GI as per your requirements, and the same will be reflected in your mobile view.

Hope, it helps!


Hi ​@mlewis1,

Any changes made to the Generic Inquiry (GI) from the web will reflect in the mobile view as well.

As ​@ranjithduraisamy72 suggested, first, you need to sort the GI as per your requirements, and the same will be reflected in your mobile view.

Hope, it helps!

 

I think it’s a design issue for this screen. The default navigation list for requisitions is RQ302000 which is the requisition screen, not the PL. Normally the navigation list uses the GI or PL list which would fix the issue as you both described. For example, the purchase orders list is using the PL list and sorting can be modified through the GI editor. In this case, it’s sorting based on the data entry screen.

Swapping out RQ302000 for RQ3020PL does fix the sorting issue, but the functionality to edit the requisition is lost.

 


@bwhite49 You can add the scripting to the mobile app to allow you to edit records from RQ3020PL once it is defined as an Entry Screen on the GI

        add containerAction "editDetail" {
      behavior = Open
      redirect = True
    }


@bwhite49 You can add the scripting to the mobile app to allow you to edit records from RQ3020PL once it is defined as an Entry Screen on the GI

        add containerAction "editDetail" {
      behavior = Open
      redirect = True
    }

Thanks Dermot. We were hoping this could be solved without customization (even if simple)

It’s hard to know how to categorize this kind of Acumatica issue. We would expect the default navigation screen to be the PL rather than RQ302000. Was this an error/bug? Do we submit this as an “idea?”

At the very least, it’s a very noticeable inconsistency.


@bwhite49 Yes it is a bit of inconsistency in the screens they added to mobile app. You can submit as an idea but dont know how much traction it will get. The way the mobile app is designed is to be easy to make changes to it for your own needs and this is quite a ‘simple’ change


Reply