Skip to content

Instantly share code, notes, and snippets.

@egomesbrandao
Last active August 29, 2015 14:16
Show Gist options
  • Save egomesbrandao/77ff3bb3aec5ccc3e8ff to your computer and use it in GitHub Desktop.
Save egomesbrandao/77ff3bb3aec5ccc3e8ff to your computer and use it in GitHub Desktop.
One Team Project... ou usando o campo Team field - Adicionando campo team field nos WIT's
<FIELDS>
. . .
<FIELD name="Team" refname="MinhaEmpresa.Team" type="String" reportable="dimension">
<HELPTEXT>Name of the Project.</HELPTEXT>
<ALLOWEXISTINGVALUE />
<ALLOWEDVALUES >
<GLOBALLIST name="Teams" />
</ALLOWEDVALUES >
<DEFAULT from="value" value="Não Cadastrado" />
</FIELD>
</FIELDS>
<FORM>
. . .
<Group Label="Status">
<Column PercentWidth="100">
<Control FieldName="MinhaEmpresa.Team" Type="FieldControl" Label="Team" LabelPosition="Left" EmptyText="Não Cadastrado" />
<Control Type="FieldControl" FieldName="System.AssignedTo" Label="Assi&amp;gned to:" LabelPosition="Left" />
<Control FieldName="System.State" Type="FieldControl" Label="Stat&amp;e" LabelPosition="Left" />
<Control FieldName="System.Reason" Type="FieldControl" Label="Reason" LabelPosition="Left" ReadOnly="True" />
</Column>
</Group>
. . .
</FORM>
@egomesbrandao
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment