"Filters aren’t applied because they have missing ‘𝑥’ dynamic values"

Any possible workarounds here?

I’m trying to create a new [task] entity within a relation view inside of a [client] entity that forces the user to link the appropriate [retainer] entity to the [task], but every [retainer] in the database get listed in the dropdown when I only want it to show the ones that are associated to the [client] that I’m actively creating the [task] within.

I just get the “missing the dynamic value” error because it seems like the [task] being created has no context of the [client] it’s being created in. It must have some context though, otherwise how is it getting properly linked to the [client] once it’s been created?

1 Like

No work around that I could find… Best thing I found close if limiting access, but that’s not always possible.

Maybe if Validation Rules also get added to On Create, and not just On Edit, this can be fixed.

1 Like