Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Fields

items

How can you change the maximum value that can be entered in the Work Estimate field?

Gene Traupman
· 1
Gene Traupman
Replies (2)
helpful
0
not helpful

That is not posssible out of the box, you will have to open the controls\IssueUC.ascx file and change: asp:TextBox ID="txtHours" runat="server" Columns="5" Text="0" class="{range: [0,500] }" /> To: asp:TextBox ID="txtHours" runat="server" Columns="5" Text="0" class="{range: [0,5000] }" />


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanks


Gene Traupman
· 1
Gene Traupman