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
harishharish 

qus

how we have to create warehouses?(means like call center,force.com)

what is mean by validation rule?

Shashikant SharmaShashikant Sharma

For warehouse Creation :

GO to-> App Setup -> Create -> App -> New

 

Validation Rule :



Validation rules help improve data quality by preventing users from saving incorrect data. You can define one or more validation rules that consist of an error condition and corresponding error message. Validation rules are executed at record save time. If an error condition is met, the save is aborted and an error message displayed.

Example uses:

  • Make fields conditionally required, depending on the value of another field
  • Ensure that numbers are within a specified range, such as discount is less than 30%
  • Enforce that date fields are the correct chronological sequence, such as start date is before end date