How to Automate a Business Process Using a Dynamic Filter

Hello Creatio Support Team,

I need to implement a scenario where users create a dynamic filter during the day, and a business process should automatically run at night using that filter.

What is the recommended way to implement this in Creatio so that the BP correctly retrieves and applies the dynamic filter at runtime?

Like 1

Like

1 comments

You can get the filter from a user created folder in a process using code. Then you can use that filter with an EntitySchemaQuery. See https://customerfx.com/article/programmatically-using-section-folder-filters-in-processes-or-server-side-code-in-creatio/

Ryan

Show all comments