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.




Adding Custom Field via the UI limited to 10 chars?

admin
custom-fields

I'm trying to add data to a Custom Field lookup table -- but the ID field is restricting me to 10 chars. I've confirmed the actual column in the DB is varchar(128) so its not a limitation there.

Any idea why it limits me via the UI?

I've attached a screenshot.

jg

gem_cust.png ]
tresstylez
· 1
tresstylez
Replies (2)
helpful
0
not helpful
ANSWER

Seems like an oversight on our part. You can easily change that by amending the Admin\PopulateCustomField file, look for: asp:TextBox ID="txtId" runat="server" Columns="40" Width="100px" MaxLength="10" CssClass="{required:true}"

and change it to asp:TextBox ID="txtId" runat="server" Columns="40" Width="100px" MaxLength="128" CssClass="{required:true}"


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Will do. Thanks, Saar!


tresstylez
· 1
tresstylez