Question

Determine Current Folder

I'm hoping to set up colour-based row filtering for a section list (as per https://academy.bpmonline.com/documents/technic-sdk/7-13/how-highlight-…), but only in a particular folder.

Is there any method or property I can access from a section schema that would tell me which folders or filters are currently applied to the list?

Like 0

Like

2 comments

There is an opportunity to find out which folder is applied to the list. Please use the property this.get("CurrentFolder"), which will give you all information you need.

Excellent, thank you.

Show all comments