How to filter section grid list in the account section by code

I need to filter grid section list of any page (for example the account section) but  by code

any help?

Like 0

Like

4 comments

Hi!

It depends on what exactly you want to implement. If you want to filter records in the section in order to display only certain records you can easily check how records are filtered in ActivitySectionV2:

Image.png



In case you want to filter values in the field you can either filter them according to any other field or just configure access rights for lookup object accordingly. Can you please provide more detailed example of what you are trying to implement? 

Angela Reyes,

Yes I want to filter records in the section in order to display only certain records  , I tried to do that but I failed, can you please add a code

I want to add a checkbox in the actvity section page near to date filter when check the box filter the section grid , can you please add code?

The image you sent does not open

mohamad abdallah,

Code is: 

                    filters.add("NotEmailFilter", this.Terrasoft.createColumnFilterWithParameter(

                        this.Terrasoft.ComparisonType.NOT_EQUAL, "Type", ConfigurationConstants.Activity.Type.Email

                    ));

 

Please specify how exactly this checkbox must work? What it must hide? 

Show all comments