Alpha : Custom Filter Logic in Alpha Inbox, Enquiry for Array Fields

I wanted to check whether it’s possible to implement custom filter logic in the Alpha Inbox.

In our case, the Priority field is an array that we use to showcase multiple case flags. Because the field type is an array, the default inbox filter is not working as expected.

Currently:

  • We are displaying the array as a column value in the inbox.

  • On the UI, we want to filter the inbox using checkboxes.

  • The expected behavior is:
    If the Priority array contains a selected checkbox value, only those records should be shown.

As far as I understand, such filtering is usually handled via APIs.
However, I wanted to confirm:

@Simphiwe @irfanali @Shamnad_KS

1 Like

@irfanali @Paul_Thomas can you please help