Get Next Navigation Order in APEX
How do I change the navigation from record to record to use another index besides the primary key? Under "Get Next or Previous Primary Key Value', APEX lists Navigation Order and Secondary Navigation Order. Would I put my secondary index value here? I do not wish to use the primary key which, in my instance, is only a sequence number (SEQ_ID). I need to use the results of a narrower data set such a Invoice_Number. Any suggestions?