Skip to content

Latest commit

 

History

History
4458 lines (3744 loc) · 816 KB

screen-AdminForm-HelpDesk.md

File metadata and controls

4458 lines (3744 loc) · 816 KB

Power App Documentation - HelpDesk

Property Value
App Name HelpDesk
App Logo App Logo
Documentation generated at domingo, 30 de abril de 2023 02:44 p. m.

AdminForm

Property Value
screen Type: screen

Design

Property Value
Height Max(App.Height, App.MinScreenHeight)
ImagePosition ImagePosition.Fit
LoadingSpinner LoadingSpinner.None
LoadingSpinnerColor
RGBA(73, 130, 5, 1)
RGBA(56, 96, 178, 1)
Orientation If(Self.Width < Self.Height, Layout.Vertical, Layout.Horizontal)
Size 1 + CountRows(App.SizeBreakpoints) - CountIf(App.SizeBreakpoints, Value >= Self.Width)
Width Max(App.Width, App.MinScreenWidth)

Color Properties

Property Value
Fill
RGBA(255, 255, 255, 1)
White

Child & Parent Controls

Property Value
Child Control ContainerPage_4

Area de reporte_DataCard1_1

Property Value
typedDataCard Type: typedDataCard

Data

Property Value
DataField
"Areadereporte"
Default
ThisItem.'Area de reporte'
DisplayName
DataSourceInfo([@'HelpDesk Tickets'],DataSourceInfo.DisplayName,"Areadereporte")
MaxLength
DataSourceInfo([@'HelpDesk Tickets'], DataSourceInfo.MaxLength, "Areadereporte")
Required
false
Update
DataCardValue3_1.Text

Design

Property Value
BorderStyle
BorderStyle.Solid
DisplayMode
DisplayMode.View
Height
50
Width
673
X 0
Y 1
ZIndex 2

Color Properties

Property Value
BorderColor
RGBA(0, 148, 110, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control StarVisible3_1
Child Control DataCardKey3_1
Child Control DataCardValue3_1
Child Control ErrorMessage3_1
Parent Control FormAdmin

ButtonCreate_4

Property Value
button Type: button

Behavior

Property Value
OnSelect
SubmitForm(FormAdmin); HelpDeskNotification.Run(FormAdmin.LastSubmit.ID); Navigate(HomeScreen); Refresh('HelpDesk Tickets')

Data

Property Value
Text
"Actualizar Ticket""Button"

Design

Property Value
Align Align.Center
BorderStyle BorderStyle.Solid
BorderThickness 2
DisplayMode DisplayMode.Edit
FocusedBorderThickness 4
Font Font.'Open Sans'
FontWeight FontWeight.Semibold
Height
3040
Italic false
RadiusBottomLeft
210
RadiusBottomRight
210
RadiusTopLeft
210
RadiusTopRight
210
Size
1315
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width 160
X Parent.Width - (57%*(Parent.Width))
Y 40
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
ColorFade(Self.Fill, -15%)
Color
RGBA(255, 255, 255, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(166, 166, 166, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(244, 244, 244, 1)
Fill ColorFade(RGBA(61, 184, 123, 1), 1%)
FocusedBorderColor ColorFade(Self.Fill, -75%)
HoverBorderColor
RGBA(0, 0, 0, 0)
ColorFade(Self.BorderColor, 20%)
HoverColor
RGBA(255, 255, 255, 1)
HoverFill ColorFade(RGBA(61, 184, 123, 1), 50%)
PressedBorderColor ColorFade(RGBA(61, 184, 123, 1), -50%)
PressedColor
RGBA(255, 255, 255, 1)
Self.Fill
PressedFill
RGBA(255, 255, 255, 1)
Self.Color

Child & Parent Controls

Property Value
Parent Control DataCard5

ButtonReturn_5

Property Value
button Type: button

Behavior

Property Value
OnSelect
Navigate(AdminScreen)

Data

Property Value
Text
"Regresar""Button"

Design

Property Value
Align Align.Center
BorderStyle BorderStyle.Solid
BorderThickness 2
DisplayMode DisplayMode.Edit
FocusedBorderThickness 4
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight FontWeight.Semibold
Height
3040
Italic false
RadiusBottomLeft
210
RadiusBottomRight
210
RadiusTopLeft
210
RadiusTopRight
210
Size
1315
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width 160
X 0
Y 0
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
ColorFade(Self.Fill, -15%)
Color
RGBA(54, 176, 75, 1)
RGBA(255, 255, 255, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(166, 166, 166, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(244, 244, 244, 1)
Fill
RGBA(255, 255, 255, 1)
RGBA(56, 96, 178, 1)
FocusedBorderColor ColorFade(Self.Fill, -75%)
HoverBorderColor
RGBA(0, 0, 0, 0)
ColorFade(Self.BorderColor, 20%)
HoverColor
RGBA(255, 255, 255, 1)
HoverFill ColorFade(RGBA(73, 130, 5, 1), -10%)
PressedBorderColor ColorFade(RGBA(73, 130, 5, 1), -50%)
PressedColor
RGBA(255, 255, 255, 1)
Self.Fill
PressedFill ColorFade(RGBA(73, 130, 5, 1), -30%)

Child & Parent Controls

Property Value
Parent Control ContainerLeft_8

ComboBox1

Property Value
combobox Type: combobox

Data

Property Value
DefaultSelectedItems
{Name:ThisItem.'Estado de ticket'}
DisplayFields
["Name"]["Value1"]
Items
colEstadoTicketComboBoxSample
NavigateFields []
SearchFields
["Name"]["Value1"]
SearchItems
Search(colEstadoTicket,ComboBox1.SearchText,"Name")Search(ComboBoxSample,ComboBox1.SearchText,"Value1")
SelectMultiple
false

Design

Property Value
BorderStyle BorderStyle.Solid
BorderThickness 2
ChevronBackground
RGBA(0, 148, 110, 1)
RGBA(56, 96, 178, 1)
ChevronDisabledBackground
RGBA(244, 244, 244, 1)
RGBA(166, 166, 166, 1)
ChevronDisabledFill
RGBA(166, 166, 166, 1)
RGBA(244, 244, 244, 1)
ChevronFill
RGBA(33, 33, 33, 1)
RGBA(255, 255, 255, 1)
ChevronHoverBackground
RGBA(212, 212, 212, 1)
ColorFade(RGBA(56, 96, 178, 1), -20%)
ChevronHoverFill
RGBA(33, 33, 33, 1)
RGBA(255, 255, 255, 1)
DisplayMode DisplayMode.Edit
FocusedBorderThickness 4
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight FontWeight.Normal
Height
3540
MoreItemsButtonColor Self.ChevronBackground
SelectionTagColor Self.HoverColor
SelectionTagFill Self.HoverFill
Size
1113
Template ListItemTemplate.Single
Width
Parent.Width - 60328
X 30
Y DataCardKey5_1.Y + DataCardKey5_1.Height + 5
ZIndex 5

Color Properties

Property Value
BorderColor If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(166, 166, 166, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(244, 244, 244, 1)
Fill
RGBA(255, 255, 255, 1)
FocusedBorderColor Self.BorderColor
HoverBorderColor ColorFade(RGBA(73, 130, 5, 1), -30%)
HoverColor
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
HoverFill
RGBA(212, 212, 212, 1)
RGBA(186, 202, 226, 1)
PressedBorderColor ColorFade(RGBA(73, 130, 5, 1), -30%)
PressedColor
RGBA(255, 255, 255, 1)
PressedFill
RGBA(73, 130, 5, 1)
RGBA(0, 18, 107, 1)
SelectionColor
RGBA(255, 255, 255, 1)
SelectionFill
RGBA(54, 176, 75, 1)
RGBA(56, 96, 178, 1)

Child & Parent Controls

Property Value
Parent Control Estado de ticket_DataCard1_1

ComboBox1_1

Property Value
combobox Type: combobox

Data

Property Value
DefaultSelectedItems
{Name:ThisItem.Responsable}
DisplayFields
["Name"]["Value1"]
Items
colResponsableComboBoxSample
NavigateFields []
SearchFields
["Name"]["Value1"]
SearchItems
Search(colResponsable,ComboBox1_1.SearchText,"Name")Search(ComboBoxSample,ComboBox1.SearchText,"Value1")
SelectMultiple
false

Design

Property Value
BorderStyle BorderStyle.Solid
BorderThickness 2
ChevronBackground
RGBA(0, 148, 110, 1)
RGBA(56, 96, 178, 1)
ChevronDisabledBackground
RGBA(244, 244, 244, 1)
RGBA(166, 166, 166, 1)
ChevronDisabledFill
RGBA(166, 166, 166, 1)
RGBA(244, 244, 244, 1)
ChevronFill
RGBA(33, 33, 33, 1)
RGBA(255, 255, 255, 1)
ChevronHoverBackground
RGBA(212, 212, 212, 1)
ColorFade(RGBA(56, 96, 178, 1), -20%)
ChevronHoverFill
RGBA(33, 33, 33, 1)
RGBA(255, 255, 255, 1)
DisplayMode DisplayMode.Edit
FocusedBorderThickness 4
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight FontWeight.Normal
Height
3540
MoreItemsButtonColor Self.ChevronBackground
SelectionTagColor Self.HoverColor
SelectionTagFill Self.HoverFill
Size
1113
Template ListItemTemplate.Single
Width
Parent.Width - 60328
X 30
Y DataCardKey5_1.Y + DataCardKey5_1.Height + 5
ZIndex 5

Color Properties

Property Value
BorderColor If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(166, 166, 166, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(244, 244, 244, 1)
Fill
RGBA(255, 255, 255, 1)
FocusedBorderColor Self.BorderColor
HoverBorderColor ColorFade(RGBA(73, 130, 5, 1), -30%)
HoverColor
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
HoverFill
RGBA(212, 212, 212, 1)
RGBA(186, 202, 226, 1)
PressedBorderColor ColorFade(RGBA(73, 130, 5, 1), -30%)
PressedColor
RGBA(255, 255, 255, 1)
PressedFill
RGBA(73, 130, 5, 1)
RGBA(0, 18, 107, 1)
SelectionColor
RGBA(255, 255, 255, 1)
SelectionFill
RGBA(54, 176, 75, 1)
RGBA(56, 96, 178, 1)

Child & Parent Controls

Property Value
Parent Control Responsable_DataCard1_1

ComboBox1_2

Property Value
combobox Type: combobox

Data

Property Value
DefaultSelectedItems
{Name:ThisItem.Prioridad}
DisplayFields
["Name"]["Value1"]
Items
colPrioridadComboBoxSample
NavigateFields []
SearchFields
["Name"]["Value1"]
SearchItems
Search(colPrioridad,ComboBox1_2.SearchText,"Name")Search(ComboBoxSample,ComboBox1.SearchText,"Value1")
SelectMultiple
false

Design

Property Value
BorderStyle BorderStyle.Solid
BorderThickness 2
ChevronBackground
RGBA(0, 148, 110, 1)
RGBA(56, 96, 178, 1)
ChevronDisabledBackground
RGBA(244, 244, 244, 1)
RGBA(166, 166, 166, 1)
ChevronDisabledFill
RGBA(166, 166, 166, 1)
RGBA(244, 244, 244, 1)
ChevronFill
RGBA(33, 33, 33, 1)
RGBA(255, 255, 255, 1)
ChevronHoverBackground
RGBA(212, 212, 212, 1)
ColorFade(RGBA(56, 96, 178, 1), -20%)
ChevronHoverFill
RGBA(33, 33, 33, 1)
RGBA(255, 255, 255, 1)
DisplayMode DisplayMode.Edit
FocusedBorderThickness 4
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight FontWeight.Normal
Height
3540
MoreItemsButtonColor Self.ChevronBackground
SelectionTagColor Self.HoverColor
SelectionTagFill Self.HoverFill
Size
1113
Template ListItemTemplate.Single
Width
Parent.Width - 60328
X 30
Y DataCardKey5_1.Y + DataCardKey5_1.Height + 5
ZIndex 5

Color Properties

Property Value
BorderColor If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(166, 166, 166, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(244, 244, 244, 1)
Fill
RGBA(255, 255, 255, 1)
FocusedBorderColor Self.BorderColor
HoverBorderColor ColorFade(RGBA(73, 130, 5, 1), -30%)
HoverColor
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
HoverFill
RGBA(212, 212, 212, 1)
RGBA(186, 202, 226, 1)
PressedBorderColor ColorFade(RGBA(73, 130, 5, 1), -30%)
PressedColor
RGBA(255, 255, 255, 1)
PressedFill
RGBA(73, 130, 5, 1)
RGBA(0, 18, 107, 1)
SelectionColor
RGBA(255, 255, 255, 1)
SelectionFill
RGBA(54, 176, 75, 1)
RGBA(56, 96, 178, 1)

Child & Parent Controls

Property Value
Parent Control Prioridad_DataCard1_1

ComboBox1_3

Property Value
combobox Type: combobox

Data

Property Value
DefaultSelectedItems
{Name:ThisItem.'Tiempo estimado de respuesta'}
DisplayFields
["Name"]["Value1"]
Items
colTiempoComboBoxSample
NavigateFields []
SearchFields
["Name"]["Value1"]
SearchItems
Search(colTiempo,ComboBox1_3.SearchText,"Name")Search(ComboBoxSample,ComboBox1.SearchText,"Value1")
SelectMultiple
false

Design

Property Value
BorderStyle BorderStyle.Solid
BorderThickness 2
ChevronBackground
RGBA(0, 148, 110, 1)
RGBA(56, 96, 178, 1)
ChevronDisabledBackground
RGBA(244, 244, 244, 1)
RGBA(166, 166, 166, 1)
ChevronDisabledFill
RGBA(166, 166, 166, 1)
RGBA(244, 244, 244, 1)
ChevronFill
RGBA(33, 33, 33, 1)
RGBA(255, 255, 255, 1)
ChevronHoverBackground
RGBA(212, 212, 212, 1)
ColorFade(RGBA(56, 96, 178, 1), -20%)
ChevronHoverFill
RGBA(33, 33, 33, 1)
RGBA(255, 255, 255, 1)
DisplayMode DisplayMode.Edit
FocusedBorderThickness 4
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight FontWeight.Normal
Height
3540
MoreItemsButtonColor Self.ChevronBackground
SelectionTagColor Self.HoverColor
SelectionTagFill Self.HoverFill
Size
1113
Template ListItemTemplate.Single
Width
Parent.Width - 60328
X 30
Y DataCardKey5_1.Y + DataCardKey5_1.Height + 5
ZIndex 5

Color Properties

Property Value
BorderColor If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(166, 166, 166, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(244, 244, 244, 1)
Fill
RGBA(255, 255, 255, 1)
FocusedBorderColor Self.BorderColor
HoverBorderColor ColorFade(RGBA(73, 130, 5, 1), -30%)
HoverColor
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
HoverFill
RGBA(212, 212, 212, 1)
RGBA(186, 202, 226, 1)
PressedBorderColor ColorFade(RGBA(73, 130, 5, 1), -30%)
PressedColor
RGBA(255, 255, 255, 1)
PressedFill
RGBA(73, 130, 5, 1)
RGBA(0, 18, 107, 1)
SelectionColor
RGBA(255, 255, 255, 1)
SelectionFill
RGBA(54, 176, 75, 1)
RGBA(56, 96, 178, 1)

Child & Parent Controls

Property Value
Parent Control Tiempo estimado de respuesta_DataCard1_1

Comentarios_DataCard1_1

Property Value
typedDataCard Type: typedDataCard

Data

Property Value
DataField
"Comentarios"
Default
ThisItem.Comentarios
DisplayName
DataSourceInfo([@'HelpDesk Tickets'],DataSourceInfo.DisplayName,"Comentarios")
MaxLength
DataSourceInfo([@'HelpDesk Tickets'], DataSourceInfo.MaxLength, "Comentarios")
Required
false
Update
DataCardValue6_1.Text

Design

Property Value
BorderStyle
BorderStyle.Solid
DisplayMode
Parent.DisplayMode
Height
200
Width
673
X 0
Y 6
ZIndex 2

Color Properties

Property Value
BorderColor
RGBA(0, 148, 110, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control StarVisible6_1
Child Control DataCardKey6_1
Child Control DataCardValue6_1
Child Control ErrorMessage6_1
Parent Control FormAdmin

ContainerFooter_8

Property Value
horizontalAutoLayoutContainer Type: horizontalAutoLayoutContainer

Design

Property Value
BorderStyle
BorderStyle.Solid
ChildTabPriority
true
DisplayMode
DisplayMode.Edit
DropShadow
DropShadow.None
Height
45
LayoutAlignItems
LayoutAlignItems.Center
LayoutDirection
LayoutDirection.Horizontal
LayoutGap
0
LayoutJustifyContent
LayoutJustifyContent.SpaceBetween
LayoutMode
LayoutMode.Auto
LayoutOverflowX
LayoutOverflow.Hide
LayoutOverflowY
LayoutOverflow.Hide
LayoutWrap
false
PaddingLeft
5
PaddingRight
10
RadiusBottomLeft
0
RadiusBottomRight
0
RadiusTopLeft
0
RadiusTopRight
0
Width
Parent.Width
X 0
Y 0
ZIndex 3

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 1)
Fill
RGBA(0, 148, 110, 1)

Child & Parent Controls

Property Value
Child Control ContainerLeft_8
Parent Control ContainerPage_4

ContainerHeader_7

Property Value
horizontalAutoLayoutContainer Type: horizontalAutoLayoutContainer

Design

Property Value
BorderStyle
BorderStyle.Solid
ChildTabPriority
true
DisplayMode
DisplayMode.Edit
DropShadow
DropShadow.None
Height
45
LayoutAlignItems
LayoutAlignItems.Center
LayoutDirection
LayoutDirection.Horizontal
LayoutGap
0
LayoutJustifyContent
LayoutJustifyContent.SpaceBetween
LayoutMode
LayoutMode.Auto
LayoutOverflowX
LayoutOverflow.Hide
LayoutOverflowY
LayoutOverflow.Hide
LayoutWrap
false
PaddingLeft
5
PaddingRight
10
RadiusBottomLeft
0
RadiusBottomRight
0
RadiusTopLeft
0
RadiusTopRight
0
Width
Parent.Width
X 0
Y 0
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 1)
Fill
RGBA(0, 148, 110, 1)

Child & Parent Controls

Property Value
Child Control HeaderTitle_7
Child Control HeaderApp_4
Child Control HeaderUser_8
Parent Control ContainerPage_4

ContainerInferior_4

Property Value
verticalAutoLayoutContainer Type: verticalAutoLayoutContainer

Design

Property Value
BorderStyle
BorderStyle.Solid
ChildTabPriority
true
DisplayMode
DisplayMode.Edit
DropShadow
DropShadow.None
Height
Parent.Height-ContainerHeader_7.Height-ContainerFooter_8.Height
LayoutAlignItems
LayoutAlignItems.Start
LayoutDirection
LayoutDirection.Vertical
LayoutGap
0
LayoutJustifyContent
LayoutJustifyContent.Start
LayoutMode
LayoutMode.Auto
LayoutOverflowX
LayoutOverflow.Hide
LayoutOverflowY
LayoutOverflow.Hide
LayoutWrap
false
PaddingBottom
10
PaddingLeft
10
PaddingRight
10
PaddingTop
10
RadiusBottomLeft
0
RadiusBottomRight
0
RadiusTopLeft
0
RadiusTopRight
0
Width
500
X 0
Y 0
ZIndex 2

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control Label3_1
Child Control FormAdmin
Parent Control ContainerPage_4

ContainerLeft_8

Property Value
horizontalAutoLayoutContainer Type: horizontalAutoLayoutContainer

Design

Property Value
BorderStyle
BorderStyle.Solid
ChildTabPriority
true
DisplayMode
DisplayMode.Edit
DropShadow
DropShadow.None
Height
Parent.Height
LayoutAlignItems
LayoutAlignItems.Center
LayoutDirection
LayoutDirection.Horizontal
LayoutGap
0
LayoutJustifyContent
LayoutJustifyContent.Start
LayoutMode
LayoutMode.Auto
LayoutOverflowX
LayoutOverflow.Hide
LayoutOverflowY
LayoutOverflow.Hide
LayoutWrap
false
PaddingLeft
20
RadiusBottomLeft
0
RadiusBottomRight
0
RadiusTopLeft
0
RadiusTopRight
0
Width
Parent.Width
X 0
Y 0
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control ButtonReturn_5
Parent Control ContainerFooter_8

ContainerPage_4

Property Value
verticalAutoLayoutContainer Type: verticalAutoLayoutContainer

Design

Property Value
BorderStyle
BorderStyle.Solid
ChildTabPriority
true
DisplayMode
DisplayMode.Edit
DropShadow
DropShadow.None
Height
Parent.Height
LayoutAlignItems
LayoutAlignItems.Stretch
LayoutDirection
LayoutDirection.Vertical
LayoutGap
0
LayoutJustifyContent
LayoutJustifyContent.SpaceBetween
LayoutMode
LayoutMode.Auto
LayoutOverflowX
LayoutOverflow.Hide
LayoutOverflowY
LayoutOverflow.Hide
LayoutWrap
false
PaddingLeft
0
RadiusBottomLeft
0
RadiusBottomRight
0
RadiusTopLeft
0
RadiusTopRight
0
Width
Parent.Width
X 0
Y 0
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control ContainerHeader_7
Child Control ContainerInferior_4
Child Control ContainerFooter_8
Parent Control AdminForm

Creado por_DataCard1

Property Value
typedDataCard Type: typedDataCard

Data

Property Value
DataField
"Author"
Default
ThisItem.'Creado por'
DisplayName
DataSourceInfo([@'HelpDesk Tickets'],DataSourceInfo.DisplayName,"Author")
Required
false
Update
DataCardValue11.Selected

Design

Property Value
BorderStyle
BorderStyle.Solid
DisplayMode
DisplayMode.View
Height
50
Width
673
X 1
Y 0
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(166, 166, 166, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control StarVisible10
Child Control DataCardKey11
Child Control DataCardValue11
Child Control ErrorMessage10
Parent Control FormAdmin

Creado_DataCard1

Property Value
typedDataCard Type: typedDataCard

Data

Property Value
DataField
"Created"
Default
ThisItem.Creado
DisplayName
DataSourceInfo([@'HelpDesk Tickets'],DataSourceInfo.DisplayName,"Created")
Required
false

Design

Property Value
BorderStyle
BorderStyle.Solid
DisplayMode
DisplayMode.View
Height
40
Width
673
X 0
Y 0
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(166, 166, 166, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control DataCardKey10
Child Control DataCardValue10
Parent Control FormAdmin

DataCard4

Property Value
typedDataCard Type: typedDataCard

Design

Property Value
BorderStyle
BorderStyle.Solid
DisplayMode
DisplayMode.Edit
Height
50
Width
Parent.Width
X 0
Y 3
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(166, 166, 166, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control Label4_1
Parent Control FormAdmin

DataCard5

Property Value
typedDataCard Type: typedDataCard

Design

Property Value
BorderStyle
BorderStyle.Solid
DisplayMode
DisplayMode.Edit
Height
120
Width
Parent.Width
X 1
Y 6
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(166, 166, 166, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control ButtonCreate_4
Parent Control FormAdmin

DataCardKey1_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
Parent.DisplayName"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
3440
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size
1113
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
Parent.Width - 60150
Wrap
false
X 30
Y 10
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(0, 148, 110, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Título_DataCard1_1

DataCardKey10

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
Parent.DisplayName"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
3440
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size
1113
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
Parent.Width - 60150
Wrap
false
X 30
Y 10
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(0, 148, 110, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Creado_DataCard1

DataCardKey11

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
Parent.DisplayName"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
3440
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size
1113
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
Parent.Width - 60150
Wrap
false
X 30
Y 10
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(0, 148, 110, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Creado por_DataCard1

DataCardKey2_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
Parent.DisplayName"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
3440
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size
1113
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
Parent.Width - 60150
Wrap
false
X 30
Y 10
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(0, 148, 110, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Descripción_DataCard1_1

DataCardKey3_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
Parent.DisplayName"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
3440
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size
1113
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
Parent.Width - 60150
Wrap
false
X 30
Y 10
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(0, 148, 110, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Area de reporte_DataCard1_1

DataCardKey4_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
Parent.DisplayName"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
3440
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size
1113
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
Parent.Width - 60150
Wrap
false
X 30
Y 10
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(0, 148, 110, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Responsable_DataCard1_1

DataCardKey5_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
Parent.DisplayName"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
3440
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size
1113
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
Parent.Width - 60150
Wrap
false
X 30
Y 10
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(0, 148, 110, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Estado de ticket_DataCard1_1

DataCardKey6_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
Parent.DisplayName"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
3440
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size
1113
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
Parent.Width - 60150
Wrap
false
X 30
Y 10
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(0, 148, 110, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Comentarios_DataCard1_1

DataCardKey7_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
Parent.DisplayName"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
3440
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size
1113
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
Parent.Width - 60150
Wrap
false
X 30
Y 10
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(0, 148, 110, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Prioridad_DataCard1_1

DataCardKey8_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
Parent.DisplayName"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
3440
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size
1113
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
Parent.Width - 60150
Wrap
false
X 30
Y 10
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(0, 148, 110, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Tiempo estimado de respuesta_DataCard1_1

DataCardKey9_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
Parent.DisplayName"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
3440
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size
1113
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
Parent.Width - 60150
Wrap
false
X 30
Y 10
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(0, 148, 110, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Datos adjuntos_DataCard1_1

DataCardValue1_1

Property Value
text Type: text

Data

Property Value
Default
Parent.Default"Text input"
DelayOutput
truefalse
MaxLength
Parent.MaxLength
Tooltip
Parent.DisplayName

Design

Property Value
Align Align.Left
BorderStyle BorderStyle.Solid
BorderThickness 2
DisplayMode
DisplayMode.ViewDisplayMode.Edit
FocusedBorderThickness 4
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight FontWeight.Normal
Format TextFormat.Text
Height
3540
Italic false
Mode TextMode.SingleLine
PaddingBottom
5
PaddingLeft
5
PaddingRight
5
PaddingTop
5
RadiusBottomLeft
05
RadiusBottomRight
05
RadiusTopLeft
05
RadiusTopRight
05
Size
1113
Strikethrough false
Underline false
VirtualKeyboardMode VirtualKeyboardMode.Auto
Width
Parent.Width - 60320
X 30
Y DataCardKey1_1.Y + DataCardKey1_1.Height + 5
ZIndex 2

Color Properties

Property Value
BorderColor If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(166, 166, 166, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(244, 244, 244, 1)
Fill
RGBA(255, 255, 255, 1)
FocusedBorderColor Self.BorderColor
HoverBorderColor ColorFade(RGBA(73, 130, 5, 1), -30%)
HoverColor
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
HoverFill
RGBA(255, 255, 255, 1)
RGBA(186, 202, 226, 1)
PressedBorderColor
RGBA(73, 130, 5, 1)
Self.HoverBorderColor
PressedColor
RGBA(51, 51, 51, 1)
Self.Color
PressedFill
RGBA(255, 255, 255, 1)
Self.Fill

Child & Parent Controls

Property Value
Parent Control Título_DataCard1_1

DataCardValue10

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
Parent.Default"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode
Parent.DisplayModeDisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight FontWeight.Normal
Height
2740
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight
05
PaddingTop
05
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
Parent.Width - 60150
X 30
Y DataCardKey10.Y + DataCardKey10.Height + 5
ZIndex 2

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(255, 255, 255, 1)
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Creado_DataCard1

DataCardValue11

Property Value
combobox Type: combobox

Data

Property Value
DefaultSelectedItems
Parent.Default
DisplayFields
["DisplayName","Email","Picture"]["Value1"]
Items
Choices([@'HelpDesk Tickets'].'Creado por')ComboBoxSample
NavigateFields []
SearchFields
["DisplayName"]["Value1"]
SearchItems
Choices('HelpDesk Tickets'.'Creado por',DataCardValue11.SearchText)Search(ComboBoxSample,ComboBox1.SearchText,"Value1")
SelectMultiple
false

Design

Property Value
BorderStyle BorderStyle.Solid
BorderThickness 2
ChevronBackground
RGBA(255, 255, 255, 1)
RGBA(56, 96, 178, 1)
ChevronDisabledBackground
RGBA(244, 244, 244, 1)
RGBA(166, 166, 166, 1)
ChevronDisabledFill
RGBA(166, 166, 166, 1)
RGBA(244, 244, 244, 1)
ChevronFill
RGBA(33, 33, 33, 1)
RGBA(255, 255, 255, 1)
ChevronHoverBackground
RGBA(212, 212, 212, 1)
ColorFade(RGBA(56, 96, 178, 1), -20%)
ChevronHoverFill
RGBA(33, 33, 33, 1)
RGBA(255, 255, 255, 1)
DisplayMode
Parent.DisplayModeDisplayMode.Edit
FocusedBorderThickness 4
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight FontWeight.Normal
Height 40
MoreItemsButtonColor Self.ChevronBackground
PaddingBottom
5
PaddingLeft
If(Self.DisplayMode = DisplayMode.Edit, 5, 0)
PaddingRight
5
PaddingTop
5
SelectionTagColor Self.HoverColor
SelectionTagFill Self.HoverFill
Size 13
Template
ListItemTemplate.PersonListItemTemplate.Single
Width
Parent.Width - 60328
X 30
Y DataCardKey11.Y + DataCardKey11.Height + 5
ZIndex 2

Color Properties

Property Value
BorderColor If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(166, 166, 166, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(244, 244, 244, 1)
Fill
RGBA(255, 255, 255, 1)
FocusedBorderColor Self.BorderColor
HoverBorderColor ColorFade(RGBA(73, 130, 5, 1), -30%)
HoverColor
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
HoverFill
RGBA(212, 212, 212, 1)
RGBA(186, 202, 226, 1)
PressedBorderColor ColorFade(RGBA(73, 130, 5, 1), -30%)
PressedColor
RGBA(255, 255, 255, 1)
PressedFill
RGBA(73, 130, 5, 1)
RGBA(0, 18, 107, 1)
SelectionColor
RGBA(255, 255, 255, 1)
SelectionFill
RGBA(73, 130, 5, 1)
RGBA(56, 96, 178, 1)

Child & Parent Controls

Property Value
Parent Control Creado por_DataCard1

DataCardValue2_1

Property Value
text Type: text

Data

Property Value
Default
Parent.Default"Text input"
DelayOutput
truefalse
MaxLength
Parent.MaxLength
Tooltip
Parent.DisplayName

Design

Property Value
Align Align.Left
BorderStyle BorderStyle.Solid
BorderThickness 2
DisplayMode
DisplayMode.ViewDisplayMode.Edit
FocusedBorderThickness 4
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight FontWeight.Normal
Format TextFormat.Text
Height
12040
Italic false
Mode
TextMode.MultiLineTextMode.SingleLine
PaddingBottom
5
PaddingLeft
5
PaddingRight
5
PaddingTop
5
RadiusBottomLeft
05
RadiusBottomRight
05
RadiusTopLeft
05
RadiusTopRight
05
Size
1113
Strikethrough false
Underline false
VirtualKeyboardMode VirtualKeyboardMode.Auto
Width
Parent.Width - 60320
X 30
Y DataCardKey2_1.Y + DataCardKey2_1.Height + 5
ZIndex 2

Color Properties

Property Value
BorderColor If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(166, 166, 166, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(244, 244, 244, 1)
Fill
RGBA(255, 255, 255, 1)
FocusedBorderColor Self.BorderColor
HoverBorderColor ColorFade(RGBA(73, 130, 5, 1), -30%)
HoverColor
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
HoverFill
RGBA(255, 255, 255, 1)
RGBA(186, 202, 226, 1)
PressedBorderColor
RGBA(73, 130, 5, 1)
Self.HoverBorderColor
PressedColor
RGBA(51, 51, 51, 1)
Self.Color
PressedFill
RGBA(255, 255, 255, 1)
Self.Fill

Child & Parent Controls

Property Value
Parent Control Descripción_DataCard1_1

DataCardValue3_1

Property Value
text Type: text

Data

Property Value
Default
Parent.Default"Text input"
DelayOutput
truefalse
MaxLength
Parent.MaxLength
Tooltip
Parent.DisplayName

Design

Property Value
Align Align.Left
BorderStyle BorderStyle.Solid
BorderThickness 2
DisplayMode
Parent.DisplayModeDisplayMode.Edit
FocusedBorderThickness 4
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight FontWeight.Normal
Format TextFormat.Text
Height
3540
Italic false
Mode TextMode.SingleLine
PaddingBottom
5
PaddingLeft
5
PaddingRight
5
PaddingTop
5
RadiusBottomLeft
05
RadiusBottomRight
05
RadiusTopLeft
05
RadiusTopRight
05
Size
1113
Strikethrough false
Underline false
VirtualKeyboardMode VirtualKeyboardMode.Auto
Width
Parent.Width - 60320
X 30
Y DataCardKey3_1.Y + DataCardKey3_1.Height + 5
ZIndex 2

Color Properties

Property Value
BorderColor If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(166, 166, 166, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(244, 244, 244, 1)
Fill
RGBA(255, 255, 255, 1)
FocusedBorderColor Self.BorderColor
HoverBorderColor ColorFade(RGBA(73, 130, 5, 1), -30%)
HoverColor
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
HoverFill
RGBA(255, 255, 255, 1)
RGBA(186, 202, 226, 1)
PressedBorderColor
RGBA(73, 130, 5, 1)
Self.HoverBorderColor
PressedColor
RGBA(51, 51, 51, 1)
Self.Color
PressedFill
RGBA(255, 255, 255, 1)
Self.Fill

Child & Parent Controls

Property Value
Parent Control Area de reporte_DataCard1_1

DataCardValue6_1

Property Value
text Type: text

Data

Property Value
Default
Parent.Default"Text input"
DelayOutput
truefalse
MaxLength
Parent.MaxLength
Tooltip
Parent.DisplayName

Design

Property Value
Align Align.Left
BorderStyle BorderStyle.Solid
BorderThickness 2
DisplayMode
Parent.DisplayModeDisplayMode.Edit
FocusedBorderThickness 4
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight FontWeight.Normal
Format TextFormat.Text
Height
12040
Italic false
Mode
TextMode.MultiLineTextMode.SingleLine
PaddingBottom
5
PaddingLeft
5
PaddingRight
5
PaddingTop
5
RadiusBottomLeft
05
RadiusBottomRight
05
RadiusTopLeft
05
RadiusTopRight
05
Size
1113
Strikethrough false
Underline false
VirtualKeyboardMode VirtualKeyboardMode.Auto
Width
Parent.Width - 60320
X 30
Y DataCardKey6_1.Y + DataCardKey6_1.Height + 5
ZIndex 2

Color Properties

Property Value
BorderColor If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(166, 166, 166, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(244, 244, 244, 1)
Fill
RGBA(255, 255, 255, 1)
FocusedBorderColor Self.BorderColor
HoverBorderColor ColorFade(RGBA(73, 130, 5, 1), -30%)
HoverColor
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
HoverFill
RGBA(255, 255, 255, 1)
RGBA(186, 202, 226, 1)
PressedBorderColor
RGBA(73, 130, 5, 1)
Self.HoverBorderColor
PressedColor
RGBA(51, 51, 51, 1)
Self.Color
PressedFill
RGBA(255, 255, 255, 1)
Self.Fill

Child & Parent Controls

Property Value
Parent Control Comentarios_DataCard1_1

DataCardValue9_1

Property Value
attachments Type: attachments

Data

Property Value
IsInDataCard
true
Items
Parent.Default
Tooltip
Parent.DisplayName

Design

Property Value
AddAttachmentColor
Self.Color
AddedItemColor
Self.Color
AddedItemFill
RGBA(234, 234, 234, 1)
BorderStyle
BorderStyle.None
BorderThickness
2
DisplayMode
Parent.DisplayMode
DropTargetBackgroundColor
RGBA(255, 255, 255, 0.8)
DropTargetBorderColor
RGBA(0, 0, 0, 1)
DropTargetBorderStyle
BorderStyle.Dotted
DropTargetBorderThickness
2
DropTargetTextColor
RGBA(0, 0, 0, 1)
FocusedBorderThickness
4
Font
Font.'Segoe UI'
FontWeight
FontWeight.Normal
Height
120
ItemColor
RGBA(0, 0, 0, 1)
ItemDisabledColor
Self.DisabledColor
ItemDisabledFill
Self.DisabledFill
ItemErrorColor
RGBA(255, 255, 255, 1)
ItemErrorFill
RGBA(208, 46, 0, 1)
ItemFill
RGBA(73, 130, 5, 1)
ItemHoverColor
RGBA(51, 51, 51, 1)
ItemHoverFill
RGBA(212, 212, 212, 1)
ItemPressedColor
Self.PressedColor
ItemPressedFill
Self.PressedFill
ItemSpacing
12
MaxAttachmentsColor
Self.Color
NoAttachmentsColor
RGBA(166, 166, 166, 1)
PaddingBottom
5
PaddingLeft
If(Self.DisplayMode = DisplayMode.Edit, 5, 0)
PaddingRight
5
PaddingTop
5
RemovedItemColor
Self.Color
RemovedItemFill
RGBA(234, 234, 234, 1)
Size
11
Width
Parent.Width - 60
X 30
Y DataCardKey9_1.Y + DataCardKey9_1.Height + 5
ZIndex 2

Color Properties

Property Value
BorderColor If(IsBlank(Parent.Error), Parent.BorderColor, Color.Red)
Color
RGBA(0, 148, 110, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(244, 244, 244, 1)
Fill
RGBA(255, 255, 255, 1)
FocusedBorderColor Self.BorderColor
HoverBorderColor ColorFade(Self.BorderColor, 15%)
HoverColor
RGBA(51, 51, 51, 1)
HoverFill
RGBA(212, 212, 212, 1)
PressedBorderColor Self.HoverBorderColor
PressedColor
RGBA(255, 255, 255, 1)
PressedFill
RGBA(73, 130, 5, 1)

Child & Parent Controls

Property Value
Parent Control Datos adjuntos_DataCard1_1

Datos adjuntos_DataCard1_1

Property Value
typedDataCard Type: typedDataCard

Data

Property Value
DataField
"{Attachments}"
Default
ThisItem.'Datos adjuntos'
DisplayName
DataSourceInfo([@'HelpDesk Tickets'],DataSourceInfo.DisplayName,"{Attachments}")
Required
false
Update
DataCardValue9_1.Attachments

Design

Property Value
BorderStyle
BorderStyle.Solid
DisplayMode
DisplayMode.View
Height
50
Width
673
X 1
Y 2
ZIndex 2

Color Properties

Property Value
BorderColor
RGBA(0, 148, 110, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control StarVisible9_1
Child Control DataCardKey9_1
Child Control DataCardValue9_1
Child Control ErrorMessage9_1
Parent Control FormAdmin

Descripción_DataCard1_1

Property Value
typedDataCard Type: typedDataCard

Data

Property Value
DataField
"Descripci_x00f3_n"
Default
ThisItem.Descripción
DisplayName
DataSourceInfo([@'HelpDesk Tickets'],DataSourceInfo.DisplayName,"Descripci_x00f3_n")
MaxLength
DataSourceInfo([@'HelpDesk Tickets'], DataSourceInfo.MaxLength, "Descripci_x00f3_n")
Required
false
Update
DataCardValue2_1.Text

Design

Property Value
BorderStyle
BorderStyle.Solid
DisplayMode
Parent.DisplayMode
Height
200
Width
673
X 0
Y 2
ZIndex 2

Color Properties

Property Value
BorderColor
RGBA(0, 148, 110, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control StarVisible2_1
Child Control DataCardKey2_1
Child Control DataCardValue2_1
Child Control ErrorMessage2_1
Parent Control FormAdmin

ErrorMessage1_1

Property Value
label Type: label

Data

Property Value
Live
Live.AssertiveLive.Off
Role TextRole.Default
Text
Parent.Error"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
1040
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom
05
PaddingLeft
05
PaddingRight
05
PaddingTop
05
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
Parent.DisplayMode=DisplayMode.Edit
Width
Parent.Width - 60150
X 30
Y DataCardValue1_1.Y + DataCardValue1_1.Height
ZIndex 3

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(168, 0, 0, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(168, 0, 0, 1)
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Título_DataCard1_1

ErrorMessage10

Property Value
label Type: label

Data

Property Value
Live
Live.AssertiveLive.Off
Role TextRole.Default
Text
Parent.Error"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
1040
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom
05
PaddingLeft
05
PaddingRight
05
PaddingTop
05
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
Parent.DisplayMode=DisplayMode.Edit
Width
Parent.Width - 60150
X 30
Y DataCardValue11.Y + DataCardValue11.Height
ZIndex 3

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(168, 0, 0, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(168, 0, 0, 1)
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Creado por_DataCard1

ErrorMessage2_1

Property Value
label Type: label

Data

Property Value
Live
Live.AssertiveLive.Off
Role TextRole.Default
Text
Parent.Error"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
1040
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom
05
PaddingLeft
05
PaddingRight
05
PaddingTop
05
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
Parent.DisplayMode=DisplayMode.Edit
Width
Parent.Width - 60150
X 30
Y DataCardValue2_1.Y + DataCardValue2_1.Height
ZIndex 3

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(168, 0, 0, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(168, 0, 0, 1)
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Descripción_DataCard1_1

ErrorMessage3_1

Property Value
label Type: label

Data

Property Value
Live
Live.AssertiveLive.Off
Role TextRole.Default
Text
Parent.Error"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
1040
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom
05
PaddingLeft
05
PaddingRight
05
PaddingTop
05
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
Parent.DisplayMode=DisplayMode.Edit
Width
Parent.Width - 60150
X 30
Y DataCardValue3_1.Y + DataCardValue3_1.Height
ZIndex 3

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(168, 0, 0, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(168, 0, 0, 1)
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Area de reporte_DataCard1_1

ErrorMessage4_1

Property Value
label Type: label

Data

Property Value
Live
Live.AssertiveLive.Off
Role TextRole.Default
Text
Parent.Error"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
1040
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom
05
PaddingLeft
05
PaddingRight
05
PaddingTop
05
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
Parent.DisplayMode=DisplayMode.Edit
Width
Parent.Width - 60150
X 30
Y ComboBox1_1.Y + ComboBox1_1.Height
ZIndex 3

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(168, 0, 0, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(168, 0, 0, 1)
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Responsable_DataCard1_1

ErrorMessage5_1

Property Value
label Type: label

Data

Property Value
Live
Live.AssertiveLive.Off
Role TextRole.Default
Text
Parent.Error"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
1040
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom
05
PaddingLeft
05
PaddingRight
05
PaddingTop
05
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
Parent.DisplayMode=DisplayMode.Edit
Width
Parent.Width - 60150
X 30
Y ComboBox1.Y + ComboBox1.Height
ZIndex 3

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(168, 0, 0, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(168, 0, 0, 1)
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Estado de ticket_DataCard1_1

ErrorMessage6_1

Property Value
label Type: label

Data

Property Value
Live
Live.AssertiveLive.Off
Role TextRole.Default
Text
Parent.Error"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
1040
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom
05
PaddingLeft
05
PaddingRight
05
PaddingTop
05
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
Parent.DisplayMode=DisplayMode.Edit
Width
Parent.Width - 60150
X 30
Y DataCardValue6_1.Y + DataCardValue6_1.Height
ZIndex 3

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(168, 0, 0, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(168, 0, 0, 1)
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Comentarios_DataCard1_1

ErrorMessage7_1

Property Value
label Type: label

Data

Property Value
Live
Live.AssertiveLive.Off
Role TextRole.Default
Text
Parent.Error"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
1040
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom
05
PaddingLeft
05
PaddingRight
05
PaddingTop
05
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
Parent.DisplayMode=DisplayMode.Edit
Width
Parent.Width - 60150
X 30
Y ComboBox1_2.Y + ComboBox1_2.Height
ZIndex 3

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(168, 0, 0, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(168, 0, 0, 1)
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Prioridad_DataCard1_1

ErrorMessage8_1

Property Value
label Type: label

Data

Property Value
Live
Live.AssertiveLive.Off
Role TextRole.Default
Text
Parent.Error"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
1040
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom
05
PaddingLeft
05
PaddingRight
05
PaddingTop
05
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
Parent.DisplayMode=DisplayMode.Edit
Width
Parent.Width - 60150
X 30
Y ComboBox1_3.Y + ComboBox1_3.Height
ZIndex 3

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(168, 0, 0, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(168, 0, 0, 1)
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Tiempo estimado de respuesta_DataCard1_1

ErrorMessage9_1

Property Value
label Type: label

Data

Property Value
Live
Live.AssertiveLive.Off
Role TextRole.Default
Text
Parent.Error"Text"

Design

Property Value
Align Align.Left
AutoHeight
true
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
1040
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom
05
PaddingLeft
05
PaddingRight
05
PaddingTop
05
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
Parent.DisplayMode=DisplayMode.Edit
Width
Parent.Width - 60150
X 30
Y DataCardValue9_1.Y + DataCardValue9_1.Height
ZIndex 3

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(168, 0, 0, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(168, 0, 0, 1)
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Datos adjuntos_DataCard1_1

Estado de ticket_DataCard1_1

Property Value
typedDataCard Type: typedDataCard

Data

Property Value
DataField
"Estadodeticket"
Default
ThisItem.'Estado de ticket'
DisplayName
DataSourceInfo([@'HelpDesk Tickets'],DataSourceInfo.DisplayName,"Estadodeticket")
MaxLength
DataSourceInfo([@'HelpDesk Tickets'], DataSourceInfo.MaxLength, "Estadodeticket")
Required
false
Update
ComboBox1.Selected.Name

Design

Property Value
BorderStyle
BorderStyle.Solid
DisplayMode
Parent.DisplayMode
Height
50
Width
673
X 0
Y 4
ZIndex 2

Color Properties

Property Value
BorderColor
RGBA(0, 148, 110, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control StarVisible5_1
Child Control DataCardKey5_1
Child Control ComboBox1
Child Control ErrorMessage5_1
Parent Control FormAdmin

FormAdmin

Property Value
form Type: form

Data

Property Value
DataSource
'HelpDesk Tickets'
DefaultMode FormMode.Edit
Item
AdminGallery.Selected

Design

Property Value
BorderStyle BorderStyle.Solid
BorderThickness
0
Height 500
NumberOfColumns
2
Width 800
X 0
Y 0
ZIndex 2

Color Properties

Property Value
BorderColor
RGBA(0, 148, 110, 1)
RGBA(0, 18, 107, 1)
Fill
RGBA(242, 242, 242, 1)
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor

Child & Parent Controls

Property Value
Child Control Creado_DataCard1
Child Control Creado por_DataCard1
Child Control Area de reporte_DataCard1_1
Child Control Título_DataCard1_1
Child Control Descripción_DataCard1_1
Child Control Datos adjuntos_DataCard1_1
Child Control DataCard4
Child Control Estado de ticket_DataCard1_1
Child Control Responsable_DataCard1_1
Child Control Prioridad_DataCard1_1
Child Control Tiempo estimado de respuesta_DataCard1_1
Child Control Comentarios_DataCard1_1
Child Control DataCard5
Parent Control ContainerInferior_4

HeaderApp_4

Property Value
horizontalAutoLayoutContainer Type: horizontalAutoLayoutContainer

Design

Property Value
BorderStyle
BorderStyle.Solid
ChildTabPriority
true
DisplayMode
DisplayMode.Edit
DropShadow
DropShadow.None
Height
Parent.Height
LayoutAlignItems
LayoutAlignItems.Center
LayoutDirection
LayoutDirection.Horizontal
LayoutGap
0
LayoutJustifyContent
LayoutJustifyContent.Center
LayoutMode
LayoutMode.Auto
LayoutOverflowX
LayoutOverflow.Hide
LayoutOverflowY
LayoutOverflow.Hide
LayoutWrap
false
RadiusBottomLeft
0
RadiusBottomRight
0
RadiusTopLeft
0
RadiusTopRight
0
Width
Parent.Width
X 0
Y 0
ZIndex 5

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control HeaderTitleName_9
Parent Control ContainerHeader_7

HeaderTitle_7

Property Value
horizontalAutoLayoutContainer Type: horizontalAutoLayoutContainer

Design

Property Value
BorderStyle
BorderStyle.Solid
ChildTabPriority
true
DisplayMode
DisplayMode.Edit
DropShadow
DropShadow.None
Height
Parent.Height
LayoutAlignItems
LayoutAlignItems.Center
LayoutDirection
LayoutDirection.Horizontal
LayoutGap
0
LayoutJustifyContent
LayoutJustifyContent.Start
LayoutMode
LayoutMode.Auto
LayoutOverflowX
LayoutOverflow.Hide
LayoutOverflowY
LayoutOverflow.Hide
LayoutWrap
false
RadiusBottomLeft
0
RadiusBottomRight
0
RadiusTopLeft
0
RadiusTopRight
0
Width
Parent.Width
X 0
Y 0
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control HeaderTitleLogo_4
Child Control HeaderTitleName_8
Parent Control ContainerHeader_7

HeaderTitleLogo_4

Property Value
image Type: image

Data

Property Value
Image
'logo-light'SampleImage

Design

Property Value
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
42
Height
45100
ImagePosition ImagePosition.Fit
ImageRotation ImageRotation.None
PaddingBottom
60
PaddingLeft 0
PaddingRight 0
PaddingTop
60
RadiusBottomLeft 0
RadiusBottomRight 0
RadiusTopLeft 0
RadiusTopRight 0
Width
43100
X 0
Y 718
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
RGBA(244, 244, 244, 1)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor
RGBA(0, 0, 0, 0)
ColorFade(Self.BorderColor, 20%)
HoverFill
RGBA(0, 0, 0, 0)
ColorFade(Self.Fill, 20%)
PressedBorderColor
RGBA(0, 0, 0, 0)
ColorFade(Self.BorderColor, -20%)
PressedFill
RGBA(0, 0, 0, 0)
ColorFade(Self.Fill, -20%)

Child & Parent Controls

Property Value
Parent Control HeaderTitle_7

HeaderTitleName_8

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
"Canopia Carbon""Text"

Design

Property Value
Align Align.Left
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
4540
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft 5
PaddingRight 5
PaddingTop 5
Size
1213
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
250150
X 0
Y 718
ZIndex 2

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(255, 255, 255, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control HeaderTitle_7

HeaderTitleName_9

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
"HelpDesk Service""Text"

Design

Property Value
Align
Align.CenterAlign.Left
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font Font.'Open Sans'
FontWeight
FontWeight.BoldFontWeight.Normal
Height
4540
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft 5
PaddingRight 5
PaddingTop 5
Size
1513
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
250150
X 0
Y 718
ZIndex 2

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(255, 255, 255, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control HeaderApp_4

HeaderUser_8

Property Value
horizontalAutoLayoutContainer Type: horizontalAutoLayoutContainer

Design

Property Value
BorderStyle
BorderStyle.Solid
ChildTabPriority
true
DisplayMode
DisplayMode.Edit
DropShadow
DropShadow.None
Height
Parent.Height
LayoutAlignItems
LayoutAlignItems.Center
LayoutDirection
LayoutDirection.Horizontal
LayoutGap
0
LayoutJustifyContent
LayoutJustifyContent.End
LayoutMode
LayoutMode.Auto
LayoutOverflowX
LayoutOverflow.Hide
LayoutOverflowY
LayoutOverflow.Hide
LayoutWrap
false
PaddingRight
0
RadiusBottomLeft
0
RadiusBottomRight
0
RadiusTopLeft
0
RadiusTopRight
0
Width
Parent.Width
X 0
Y 0
ZIndex 6

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control HeaderUserName_5
Child Control HeaderUserImage_5
Parent Control ContainerHeader_7

HeaderUserImage_5

Property Value
image Type: image

Data

Property Value
Image
UsuariosdeOffice365.UserPhotoV2(User().Email)SampleImage

Design

Property Value
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
42
Height
35100
ImagePosition ImagePosition.Fit
ImageRotation ImageRotation.None
PaddingBottom 0
PaddingLeft 0
PaddingRight 0
PaddingTop 0
RadiusBottomLeft
1000
RadiusBottomRight
1000
RadiusTopLeft
1000
RadiusTopRight
1000
Visible
true
Width
35100
X 1315
Y 723
ZIndex 2

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
RGBA(244, 244, 244, 1)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor
RGBA(0, 0, 0, 0)
ColorFade(Self.BorderColor, 20%)
HoverFill
RGBA(0, 0, 0, 0)
ColorFade(Self.Fill, 20%)
PressedBorderColor
RGBA(0, 0, 0, 0)
ColorFade(Self.BorderColor, -20%)
PressedFill
RGBA(0, 0, 0, 0)
ColorFade(Self.Fill, -20%)

Child & Parent Controls

Property Value
Parent Control HeaderUser_8

HeaderUserName_5

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
User().FullName"Text"

Design

Property Value
Align
Align.RightAlign.Left
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font Font.'Open Sans'
FontWeight
FontWeight.LighterFontWeight.Normal
Height
Parent.Height40
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft 5
PaddingRight
155
PaddingTop
75
Size
1213
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
414150
X 890
Y 718
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(255, 255, 255, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control HeaderUser_8

Label3_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
"Administración solicitud de soporte " & AdminGallery.Selected.ID"Text"

Design

Property Value
Align
Align.CenterAlign.Left
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
3040
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft 5
PaddingRight 5
PaddingTop 5
Size
1213
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
FormAdmin.Width150
X 0
Y 0
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(255, 255, 255, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 161, 112, 1)
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control ContainerInferior_4

Label4_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
"Administración de Ticket""Text"

Design

Property Value
Align
Align.CenterAlign.Left
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height 40
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft 5
PaddingRight 5
PaddingTop 5
Size
1213
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Width
Parent.Width150
X 0
Y 10
ZIndex 1

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(255, 255, 255, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 161, 112, 1)
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control DataCard4

Prioridad_DataCard1_1

Property Value
typedDataCard Type: typedDataCard

Data

Property Value
DataField
"Prioridad"
Default
ThisItem.Prioridad
DisplayName
DataSourceInfo([@'HelpDesk Tickets'],DataSourceInfo.DisplayName,"Prioridad")
MaxLength
DataSourceInfo([@'HelpDesk Tickets'], DataSourceInfo.MaxLength, "Prioridad")
Required
false
Update
ComboBox1_2.Selected.Name

Design

Property Value
BorderStyle
BorderStyle.Solid
DisplayMode
Parent.DisplayMode
Height
50
Width
673
X 0
Y 5
ZIndex 2

Color Properties

Property Value
BorderColor
RGBA(0, 148, 110, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control StarVisible7_1
Child Control DataCardKey7_1
Child Control ComboBox1_2
Child Control ErrorMessage7_1
Parent Control FormAdmin

Responsable_DataCard1_1

Property Value
typedDataCard Type: typedDataCard

Data

Property Value
DataField
"Responsable"
Default
ThisItem.Responsable
DisplayName
DataSourceInfo([@'HelpDesk Tickets'],DataSourceInfo.DisplayName,"Responsable")
MaxLength
DataSourceInfo([@'HelpDesk Tickets'], DataSourceInfo.MaxLength, "Responsable")
Required
false
Update
ComboBox1_1.Selected.Name

Design

Property Value
BorderStyle
BorderStyle.Solid
DisplayMode
Parent.DisplayMode
Height
50
Width
673
X 1
Y 4
ZIndex 2

Color Properties

Property Value
BorderColor
RGBA(0, 148, 110, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control StarVisible4_1
Child Control DataCardKey4_1
Child Control ComboBox1_1
Child Control ErrorMessage4_1
Parent Control FormAdmin

StarVisible10

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
"*""Text"

Design

Property Value
Align
Align.CenterAlign.Left
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
DataCardKey11.Height40
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit)
Width
30150
Wrap
false
X 0
Y DataCardKey11.Y
ZIndex 4

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Creado por_DataCard1

StarVisible2_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
"*""Text"

Design

Property Value
Align
Align.CenterAlign.Left
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
DataCardKey2_1.Height40
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit)
Width
30150
Wrap
false
X 0
Y DataCardKey2_1.Y
ZIndex 4

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Descripción_DataCard1_1

StarVisible3_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
"*""Text"

Design

Property Value
Align
Align.CenterAlign.Left
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
DataCardKey3_1.Height40
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit)
Width
30150
Wrap
false
X 0
Y DataCardKey3_1.Y
ZIndex 4

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Area de reporte_DataCard1_1

StarVisible4_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
"*""Text"

Design

Property Value
Align
Align.CenterAlign.Left
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
DataCardKey4_1.Height40
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit)
Width
30150
Wrap
false
X 0
Y DataCardKey4_1.Y
ZIndex 4

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Responsable_DataCard1_1

StarVisible5_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
"*""Text"

Design

Property Value
Align
Align.CenterAlign.Left
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
DataCardKey5_1.Height40
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit)
Width
30150
Wrap
false
X 0
Y DataCardKey5_1.Y
ZIndex 4

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Estado de ticket_DataCard1_1

StarVisible6_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
"*""Text"

Design

Property Value
Align
Align.CenterAlign.Left
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
DataCardKey6_1.Height40
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit)
Width
30150
Wrap
false
X 0
Y DataCardKey6_1.Y
ZIndex 4

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Comentarios_DataCard1_1

StarVisible7_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
"*""Text"

Design

Property Value
Align
Align.CenterAlign.Left
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
DataCardKey7_1.Height40
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit)
Width
30150
Wrap
false
X 0
Y DataCardKey7_1.Y
ZIndex 4

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Prioridad_DataCard1_1

StarVisible8_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
"*""Text"

Design

Property Value
Align
Align.CenterAlign.Left
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
DataCardKey8_1.Height40
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit)
Width
30150
Wrap
false
X 0
Y DataCardKey8_1.Y
ZIndex 4

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Tiempo estimado de respuesta_DataCard1_1

StarVisible9_1

Property Value
label Type: label

Data

Property Value
Live Live.Off
Role TextRole.Default
Text
"*""Text"

Design

Property Value
Align
Align.CenterAlign.Left
BorderStyle
BorderStyle.NoneBorderStyle.Solid
BorderThickness
20
DisplayMode DisplayMode.Edit
FocusedBorderThickness
40
Font
Font.'Segoe UI'Font.'Open Sans'
FontWeight
FontWeight.SemiboldFontWeight.Normal
Height
DataCardKey9_1.Height40
Italic false
LineHeight 1.2
Overflow Overflow.Hidden
PaddingBottom 5
PaddingLeft
05
PaddingRight 5
PaddingTop 5
Size 13
Strikethrough false
Underline false
VerticalAlign VerticalAlign.Middle
Visible
And(Parent.Required, Parent.DisplayMode=DisplayMode.Edit)
Width
30150
Wrap
false
X 0
Y DataCardKey9_1.Y
ZIndex 4

Color Properties

Property Value
BorderColor
RGBA(0, 0, 0, 0)
RGBA(0, 18, 107, 1)
Color
RGBA(51, 51, 51, 1)
RGBA(0, 0, 0, 1)
DisabledBorderColor
RGBA(0, 0, 0, 0)
RGBA(56, 56, 56, 1)
DisabledColor
RGBA(166, 166, 166, 1)
DisabledFill
RGBA(0, 0, 0, 0)
Fill
RGBA(0, 0, 0, 0)
FocusedBorderColor Self.BorderColor
HoverBorderColor Self.BorderColor
HoverColor Self.Color
HoverFill Self.Fill
PressedBorderColor Self.BorderColor
PressedColor Self.Color
PressedFill Self.Fill

Child & Parent Controls

Property Value
Parent Control Datos adjuntos_DataCard1_1

Tiempo estimado de respuesta_DataCard1_1

Property Value
typedDataCard Type: typedDataCard

Data

Property Value
DataField
"Tiempoestimadoderespuesta"
Default
ThisItem.'Tiempo estimado de respuesta'
DisplayName
DataSourceInfo([@'HelpDesk Tickets'],DataSourceInfo.DisplayName,"Tiempoestimadoderespuesta")
MaxLength
DataSourceInfo([@'HelpDesk Tickets'], DataSourceInfo.MaxLength, "Tiempoestimadoderespuesta")
Required
false
Update
ComboBox1_3.Selected.Name

Design

Property Value
BorderStyle
BorderStyle.Solid
DisplayMode
Parent.DisplayMode
Height
50
Width
673
X 1
Y 5
ZIndex 2

Color Properties

Property Value
BorderColor
RGBA(0, 148, 110, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control StarVisible8_1
Child Control DataCardKey8_1
Child Control ComboBox1_3
Child Control ErrorMessage8_1
Parent Control FormAdmin

Título_DataCard1_1

Property Value
typedDataCard Type: typedDataCard

Data

Property Value
DataField
"Title"
Default
ThisItem.Título
DisplayName
DataSourceInfo([@'HelpDesk Tickets'],DataSourceInfo.DisplayName,"Title")
MaxLength
DataSourceInfo([@'HelpDesk Tickets'], DataSourceInfo.MaxLength, "Title")
Required
true
Update
DataCardValue1_1.Text

Design

Property Value
BorderStyle
BorderStyle.Solid
DisplayMode
Parent.DisplayMode
Height
50
Width
673
X 1
Y 1
ZIndex 2

Color Properties

Property Value
BorderColor
RGBA(0, 148, 110, 1)
Fill
RGBA(0, 0, 0, 0)

Child & Parent Controls

Property Value
Child Control DataCardKey1_1
Child Control DataCardValue1_1
Child Control ErrorMessage1_1
Parent Control FormAdmin