function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
fifedogfifedog 

Partner Portal - Shark Tank method

In testing this method I'm not able to have the portal stop my test partner from taking more leads. Below are the lines I have in my Config properties.

Another question is why does it seem like there are two areas where you need/can put the status values?


# Comma separated list of queues that respect the open lead limit. To disable
# all restricted queue behavior, remove all values to the right of the "=".
# - out of box - lead.queues.restricted.names=Shark Tank
lead.queues.restricted.names=Open,In Progress

# The maximum number of leads a user can have before they are restricted
# from acquiring new leads through the portal from restricting queues.
lead.open.limit=5
lead.open.where.clause=Status = 'Open'
lead.open.where.clause.include.owner=true