Solved

IFS EE Record Selector Sorting

  • 3 September 2021
  • 4 replies
  • 192 views

Userlevel 7
Badge +20
  • Superhero (Partner)
  • 669 replies

Hi All,

 

We have developed a customized form and noticed that record selector sorting option is not working.

What should we do to enable sorting and choose which columns to include in the record selector during APF development?

Cheers!

Damith

 

icon

Best answer by Tomas Ruderfelt 9 September 2021, 13:21

View original

This topic has been closed for comments

4 replies

Userlevel 7
Badge +19

Yes, I believe that is the case.

In documentation it says ”To select between records, applications should use a cRecListDataField (for master records) or a cRecSelExtComboBox (for detail records)”

I guess that since cRecSelExtComboBox  is to be used for detail records it does not have all the record selector support.

Userlevel 7
Badge +20

You have the first key field as “cRecListDataField”.

On the fields you want to include you set the Foundation 1 property “Logical Parent” to the first field.

 

 

Thanks Tomas. In our window, we have a cRecSelExtComboBox as the parent field and other fields have logical parent set to that. Is there a limitation with cRecSelExtComboBox for support sorting in record selector?

Userlevel 7
Badge +19

You have the first key field as “cRecListDataField”.

On the fields you want to include you set the Foundation 1 property “Logical Parent” to the first field.

 

Userlevel 7
Badge +20

@Yasas Kasthuriarachchi can you please refer someone for this matter?

 

Cheers!

Damith