Question

Difficulty: MediumCase Capture Mechanisms (Web-to-Case and Email-to-Case)

Apex Global operates a customer support portal that utilizes Web-to-Case to automatically generate support tickets. During an unexpected product announcement, the portal experiences a sudden surge in web traffic, causing the total number of submitted Web-to-Case forms to exceed the organization's daily Web-to-Case limit. How does Salesforce handle the Web-to-Case request submissions that occur after the daily limit has been reached?

  1. The excess submissions are emailed to the Default Case Owner specified in Web-to-Case settings, containing the submitted case data for manual entry.Answer
  2. B
    The excess submissions are held in a temporary system queue and automatically processed into Case records when the daily limit resets the following day.
  3. C
    Salesforce creates the Case records immediately but sets their status field to 'Pending Limit Reset' while bypassing assignment rules.
  4. D
    The web submission service rejects the requests, returning a server error to the submitter and permanently discarding the submitted data.

Answer

The submitted case data for requests exceeding the daily limit is sent in an email to the Default Case Owner designated in Web-to-Case setup.
When an organization reaches its daily Web-to-Case request limit, Salesforce stops creating Case records automatically. To avoid losing customer submission data, the system sends an email containing the form data directly to the designated Default Case Owner, allowing support administrators to manually review or process the requests.

Step-by-Step Solution

1
Identify the Case capture feature and condition described in the scenario.
The scenario describes Web-to-Case reaching its maximum daily request limit during a traffic surge.
Salesforce enforces standard daily governor limits on Web-to-Case submissions based on organization edition and limits.
2
Evaluate the system behavior for overflow Web-to-Case requests.
Salesforce halts automatic Case record creation and forwards the raw form data via email to the Default Case Owner.
This prevents data loss while maintaining system guardrails against excessive web requests.

Key Concept

Web-to-Case Daily Limits and Default Case Owner Fallback
Rate this question