Which would you not find under Setup/ Develop?
Click on the arrows to vote for the correct answer
A. B. C. D.A.
Under the "Setup/Develop" menu in Salesforce, you would typically find tools and functionalities related to customization and development of the Salesforce platform.
A. "Apps" can be found under Setup/Develop as it is a key component of Salesforce. An app in Salesforce refers to a set of features and functionality that provides specific business solutions. Apps are created and customized by developers, administrators, and users to meet their specific business requirements.
B. "Apex Classes" can also be found under Setup/Develop. Apex is a programming language used to develop custom functionality in Salesforce. Apex classes are used to define the methods and properties that are specific to a particular object or set of objects.
C. "API" can be found under Setup/Develop as well. API stands for Application Programming Interface, which allows developers to integrate Salesforce with other external applications. Salesforce provides several APIs, such as the REST API, SOAP API, and Bulk API, to allow developers to access Salesforce data and functionality.
D. "S-Controls" cannot be found under Setup/Develop in Salesforce. S-Controls were a type of customization tool in Salesforce that allowed developers to create custom UI components using HTML and JavaScript. However, S-Controls were deprecated in 2009 and replaced by Visualforce pages. Therefore, you would not find S-Controls under Setup/Develop in Salesforce.
In conclusion, the correct answer to the question is D. S-Controls.