--- title: CaseCreation Visualforce component (Deprecated) slug: '1117' canonical_url: https://docs.coveo.com/en/1117/ collection: coveo-for-salesforce source_format: adoc --- # CaseCreation Visualforce component (Deprecated) > **Deprecated** > > This feature is still available, but no longer supported as of the April 2020 release of Coveo for Salesforce version [4.2](https://docs.coveo.com/en/3236#april-2020-release-v4-2-initial-release). The CaseCreation Visualforce component is used to create a Case Creation component. This component takes care of wrapping the JsSearch component (see [JsSearch Visualforce component](https://docs.coveo.com/en/1285/)) and includes the correct scripts and different resource references needed. Including this component in a Visualforce page lets you create a fully working page using the Interface Editor. ## Usage Reference it in your Visualforce page, as you would for any other Apex component, using the namespace prefix of the Coveo package. ```xml ``` ## Resources included with this component This component includes the following resources in the header of your page: * Since it wraps the [JsSearch Visualforce component](https://docs.coveo.com/en/1285/), all the resources described in that page are included. * The CSS for the different Case Creation components. * The JavaScript resources for the Case Creation component. ## JavaScript code included and executed with this component * Since it wraps the [JsSearch Visualforce component](https://docs.coveo.com/en/1285/), all the code described in that page is executed. This includes the creation of the [Search Endpoint](https://coveo.github.io/search-ui/classes/searchendpoint.html), with the [search token](https://docs.coveo.com/en/56/) and its renewal mechanism. * The `.coveo('init')` call to initialize the search interface (see [jQuery extension](https://docs.coveo.com/en/364/)). ## Option This component has the same options as the JsSearch Visualforce components (see [JsSearch Visualforce component](https://docs.coveo.com/en/1285/)). You can also use the following option: ### name The name of the CaseCreation and the name of the `` that are created. By default, this option is the name of your Visualforce page. > **Note** > > The Interface Editor creates and saves the content of your interface in an Apex component. > This property lets you set the name of the component that's being created. ```xml ``` Where your replace `` by the name `` that's created.