If you go into the COA maintenance window, click the magnifying glass you can see they have the sort defaulted to by Property which is there fourth segment. But nothing shows up in the window.
I added the for options below the sort items that have the word "by"them. I added the new options under advanced lookups those the options that do not have the word by in front of them are listed below.
If you select property from the advanced look up option on the bottom part of the window, the window does fill sorting by property and then by DEX_ROW_ID, that seems weird, we want it to sort by Property (Segment 4) then by main account or Segment 3.
Dex Row Id makes no sense.
If I do a custom sort and enter segment 4, then segment 3 it works fine as long as your in the window but once you close the window you lose the custom sort. Is there a way to keep the custom sort option, too many mouse clicks Here is what I see in the DEXSQLLog file.
SELECT TOP 25 ACTINDX,ACTNUMBR_1,ACTNUMBR_2,ACTNUMBR_3,ACTNUMBR_4,ACTALIAS,MNACSGMT,ACCTTYPE,ACTDESCR,PSTNGTYP,ACCATNUM,ACTIVE,TPCLBLNC,DECPLACS,FXDORVAR,BALFRCLC,DSPLKUPS,CNVRMTHD,HSTRCLRT,NOTEINDX,CREATDDT,MODIFDT,USERDEF1,USERDEF2,PostSlsIn,PostIvIn,PostPurchIn,PostPRIn,ADJINFL,INFLAREV,INFLAEQU,ACCTENTR,USRDEFS1,USRDEFS2,Clear_Balance,DEX_ROW_TS,DEX_ROW_ID FROM UREF.dbo.GL00100 WITH ( NOLOCK) WHERE (ACCTTYPE IN(1, 0, 0, 0)) AND ACTNUMBR_4 = '00000' ORDER BY ACTNUMBR_4 ASC ,DEX_ROW_ID ASC
Here is thre screen shot when you go into the sort window, you can see it is blank, the dex sql log attached is from this process.
Anybody else run into this? Thoughts on how or why dexterity would choose dex_row_id to sort on, and is this something that is easily changed through some sort of customization?
Thank You.
*This post is locked for comments