adspace
Answer Posted / Pooja Pandey
Static fields in Salesforce are fields that maintain their value throughout the life of the object. They are defined with the 'static' keyword and cannot be updated or deleted through the user interface or API. Static fields are often used to store constant values or shared information across records, such as a version number or a default value for a picklist field. Their scope is limited to the Object they belong to.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers