Skip to main content

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

 

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

 

Cheers!

Damith


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.

 


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?


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.