An HTML input element of type hidden, that is, an input element that is invisible to the user. Use this component to pass variables from page to page.
Which keywords do developers use to handle exceptions in Apex?
A developer is loading data, in CSV format, into a custom application from a legacy system. The developer would like to load users into the user object, and positions and job applications owned by named users into related custom objects.
Which obstacle will the developer encounter when using the import wizard?
What are two ways to invoke a custom web service?
Which trigger context variable allows you to modify field values before they are written to the database in the before trigger?
What can the Force.com IDE be used to create? (No Answer)
Which of the following are collection data types Identify the classes that u can use to make HTTP or RESTful callouts.
HTTP class
HTTPRequesL class
HTTPServerRequest. class
HTTPRsponse class
HTTPServerResponse class
This component provides inline editing support to <apex:outputField> and various container components. In order to support inline editing, this component must also be within an <apex:form> tag.
The <apex:inlineEditSupport> component can only be a descendant of the following tags:
<apex:dataList>
<apex:dataTable>
<apex:form>
<apex:outputField>
<apex:pageBlock>
<apex:pageBlockSection>
<apex:pageBlockTable>
<apex:repeat>
See also: the inlineEdit attribute of <apex:detail>
Which trigger context variable cannot be deleted?
A message for a specific component, such as a warning or error. If an <apex:message> or <apex:messages> component is not included in a page, most warning and error messages are only shown in the debug log.