You are viewing limited content. For full access, please sign in.

Question

Question

LFSearch Sorting based on template

asked on May 27, 2015

I have a custom application that combines and exports documents from a repository. A new request has come in to change the sort order of the exported PDF document.

Customer Invoice
    Workticket #1
       APInvoice for Workticket #1
   Workticket #2
       APInvoice for Workticket #2

I've thought of adding additional searches, but that seems cumbersome, and could slow the app even more. I'm still using LFSO, not RA, and I don't think there's currently time to update the app to RA. Any ideas are greatly appreciated?

 

0 0

Replies

replied on May 27, 2015 Show version history

Dear Jerry

I understand that you want to change the order of search results, try using the method
: LFSearchListingParams.AddStandardColumn


Use LFSearchListingParams.AddStandardColumn to indicate additional columns that you wish to include in your search result listing.

Syntax

LFSearchListingParams.AddStandardColumn(ColumnType as Column_Type)
 

In the SDK HELP you will find an example

 

I hope you help.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.