• Delegation

    With() Statement managing Delegation

    Content In this blog, I will discuss a method that will allow the combining of non-Delegable filters with Delegable items in a way that will remove Delegation warnings and combine the process into one statement. There are some important things to remember in this: – So how does this work? With() can contain a single Value, a Record or a Table equally well. In this case, it is filtering a Table with a smaller Table being the output. If you look at the syntax, it is almost identical to UpdateContext(). Back to top Pre-filtering As an example, if my list was 10,000 records, but if after Filtering to show only the Status values Planned and In Progress, the result was always less than…