ServiceManager.ServiceCatalog.Library.GenericRequestOffering.Default (RequestOffering)

Element properties:

TitleGeneric Incident Request
InstanceNameGeneric Incident Request
BriefDescriptionThis request allows you to submit the incident
OverviewPlease fill in the form below to submit your request
TargetTemplateServiceManager.ServiceCatalog.Library.GenericIncidentRequestTemplate
StatusSystem.Offering.StatusEnum.Published
HideGotoRequestButtonFalse

Source Code:

<RequestOffering ID="ServiceManager.ServiceCatalog.Library.GenericRequestOffering.Default" Title="Generic Incident Request" InstanceName="Generic Incident Request" BriefDescription="This request allows you to submit the incident" Overview="Please fill in the form below to submit your request" Status="System.Offering.StatusEnum.Published" TargetTemplate="ServiceManager.ServiceCatalog.Library.GenericIncidentRequestTemplate">
<PresentationMappingTemplate>
<Sources>
<Source Id="00000000-0000-0000-0000-000000000000" Ordinal="0" ReadOnly="false" Optional="false" ControlType="System.SupportingItem.PortalControl">
<ControlConfiguration>
<Dependencies/>
<AddressableOutputs>
<AddressableOutput OutputName="Token: Portal User Name" OutputType="string"/>
</AddressableOutputs>
</ControlConfiguration>
<Targets/>
</Source>
<Source Id="c3fb05f7-8b4d-4c3f-9574-a7a57099fa5f" Ordinal="1" Prompt="Please enter the title for the issue" ReadOnly="false" Optional="false" ControlType="System.SupportingItem.PortalControl.String">
<ControlConfiguration>
<Dependencies/>
<AddressableOutputs>
<AddressableOutput OutputName="String" OutputType="string"/>
</AddressableOutputs>
</ControlConfiguration>
<Targets>
<Target Path="Title" OutputName="String"/>
</Targets>
</Source>
<Source Id="61a7c6a3-41f1-418f-a8be-a4e1177011b3" Ordinal="2" Prompt="Please describe the symptoms of the issue in details" ReadOnly="false" Optional="false" ControlType="System.SupportingItem.PortalControl.String">
<ControlConfiguration>
<Dependencies/>
<AddressableOutputs>
<AddressableOutput OutputName="String" OutputType="string"/>
</AddressableOutputs>
</ControlConfiguration>
<Targets>
<Target Path="Description" OutputName="String"/>
</Targets>
</Source>
<Source Id="43b89b1d-07c0-4c84-b13c-f09134620398" Ordinal="3" Prompt="Please select a category of the issue" ReadOnly="false" Optional="false" ControlType="System.SupportingItem.PortalControl.List">
<ControlConfiguration>
<Dependencies/>
<AddressableOutputs>
<AddressableOutput OutputName="ListItem" OutputType="enum"/>
</AddressableOutputs>
</ControlConfiguration>
<Targets>
<Target Path="Classification" OutputName="ListItem"/>
</Targets>
</Source>
<Source Id="03080116-a2a3-47c3-a89c-b92b1e709feb" Ordinal="4" Prompt="How urgent is the issue" ReadOnly="false" Optional="false" ControlType="System.SupportingItem.PortalControl.List">
<ControlConfiguration>
<Dependencies/>
<AddressableOutputs>
<AddressableOutput OutputName="ListItem" OutputType="enum"/>
</AddressableOutputs>
</ControlConfiguration>
<Targets>
<Target Path="Urgency" OutputName="ListItem"/>
</Targets>
</Source>
<Source Id="356d31f7-c656-4e12-be9c-0d1f48b1a624" Ordinal="5" Prompt="Please enter alternate contact information if needed" ReadOnly="false" Optional="true" ControlType="System.SupportingItem.PortalControl.String">
<ControlConfiguration>
<Dependencies/>
<AddressableOutputs>
<AddressableOutput OutputName="String" OutputType="string"/>
</AddressableOutputs>
</ControlConfiguration>
<Targets>
<Target Path="ContactMethod" OutputName="String"/>
</Targets>
</Source>
</Sources>
</PresentationMappingTemplate>
</RequestOffering>