<div dir="ltr"><div><div><div>You should be able to.  Here is one example using the device description field.<br><div style="margin-left:40px"><b></b><span style="font-family:courier new,monospace"></span><br></div><div style="margin-left:40px">
<span style="font-family:courier new,monospace"></span><span style="font-family:courier new,monospace"><b>2.3.77.15 description (FI-3)</b></span><br><span style="font-family:courier new,monospace">Type: string [512]</span><br>
<span style="font-family:courier new,monospace">Default Value: EMPTY</span><br><span style="font-family:courier new,monospace">Validation: ^[^\x00-\x1F""%\\&<>]{0,128}$</span><br><span style="font-family:courier new,monospace">Migration Source: DeviceList.Description</span><br>
</div></div><br></div>Notice on the vlidation line, which amongst things like saying which characters are valid, it also says the max length is 128.<br></div><div><br></div>Here is the HTML from the ccmadmin page for my phone.  You can also see that the UI is inline with this maxlength by looking at the input element's maxlength attribute.  This is a simple way of preventing people from typing in too many characters.<br>
<div><div><br><div style="margin-left:40px"><span style="font-family:courier new,monospace"><input type="text" onchange="isdescriptionValid(this)" size="50" value="01234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567" maxlength="128" name="description" id="DESCRIPTION"></span><br>
</div><br></div><div>Here is the database telling me that not only was I able to type in 128 chracters into the web page, it actually stored all 128 characters.<br></div><div><br><div style="margin-left:40px"><span style="font-family:courier new,monospace">admin:run sql select length(description) from device where name = 'CIPCAHOLLOWAY'</span><br>
<span style="font-family:courier new,monospace">(expression)</span><br><span style="font-family:courier new,monospace">============</span><br><span style="font-family:courier new,monospace">128</span><br><span style="font-family:courier new,monospace">admin:</span><br>
</div><br></div><div>Hope that helps.<br></div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 5, 2013 at 2:12 PM, Jason Aarons (AM) <span dir="ltr"><<a href="mailto:jason.aarons@dimensiondata.com" target="_blank">jason.aarons@dimensiondata.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div link="blue" vlink="purple" lang="EN-US"><div><p class="MsoNormal">If I wanted to verify what the maximum number of characters is allow in the “Display 1” column using Bulk Administration > Import > Import All Details should I be able to look this field up in the Database Dictionary?<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">I was wanting to looking any header in the Bulk Admin imports and very if it’s a mandatory field, inserts are allowed, default values, etc.<u></u><u></u></p><p class="MsoNormal">
<u></u> <u></u></p><p class="MsoNormal"><a href="http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/datadict/9_1_1/datadictionary_911.pdf" target="_blank">http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/datadict/9_1_1/datadictionary_911.pdf</a><u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">eg Display 1        ASCII Display 1<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">As a workaround I can go to a device and that setting and click Help for this page and look it up, but I was hoping a Searchable pdf was available of just the database fields.<u></u><u></u></p>
</div></div><br>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br></blockquote></div><br></div>