- Inside WebFront
- Open a Incident form
- Click Customize Form
- Click the green checkmark for the Description label and the Description textbox så the turn red with a cross
- Click the Pen below the Description textbox
- Paste the text below in the Editor field
<Grid >
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="200" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<TextBlock Text="{Binding Path=[Description].DisplayName}" />
<TextBox Text="{Binding Path=[Description].Value,Mode=TwoWay}" TextWrapping="Wrap" AcceptsReturn="True" Grid.Row="1" />
</Grid>
- Click OK and the Save customizations
- Click Yes to save the changes
- Finished
Comments
0 comments
Please sign in to leave a comment.