Default filter - Value may not be longer than 1,000 characters. You have entered 1,109 characters.

Certified Senior Developer

Hello!

I am creating a Default Filter as an expression on the Record Type, but it seems limited on the number of characters. 

I get this message: "Value may not be longer than 1,000 characters. You have entered 1,109 characters."

Is there any option to increase the number of characters for this field? 

Thank you in advance!

  Discussion posts and replies are publicly visible

Parents
  • It sounds like you're writing your Expression Rule directly into the box, like this:

    This is not good practice. All such Rules should be encapsulated in their own rule - e.g. XXX_ER_defaultFilterForMyRecord() where they can be tested (and changed!) independently of where they're used (that is you shouldn't have to add them to the Record first in order to know whether it's working or not!). This should also solve the character-limit issue.

Reply
  • It sounds like you're writing your Expression Rule directly into the box, like this:

    This is not good practice. All such Rules should be encapsulated in their own rule - e.g. XXX_ER_defaultFilterForMyRecord() where they can be tested (and changed!) independently of where they're used (that is you shouldn't have to add them to the Record first in order to know whether it's working or not!). This should also solve the character-limit issue.

Children