Answered by:
CRM 4.0:How to expand note entity space

Question
-
Hi,
How can i expand space of "note" entity. Thanks in advance.
Thursday, March 22, 2012 4:53 AM
Answers
-
Hi,
I have done for this issue by the code below
<section showlabel="true" showbar="true" locklevel="1" id="{86CFCFB5-4E17-4ac0-8436-DC1B8ED865C3}" IsUserDefined="0" height="auto" columns="11">
<labels>
<label description="Notes" languagecode="1033" />
</labels>
<rows>
<row>
<cell colspan="2" showlabel="false" rowspan="10" auto="true" id="{dbad0da8-d740-45ab-8df4-b0513d084164}">
<labels>
<label description="Note Text" languagecode="1033" />
</labels>
<control id="notescontrol" classid="{06375649-c143-495e-a496-c962e5b4488e}" />
</cell>
</row>
<row />
<row />
<row />
<row height="auto" />
</rows>
</section>
</sections>- Marked as answer by OrdinaryGal Monday, March 26, 2012 9:47 AM
Monday, March 26, 2012 9:47 AM
All replies
-
Can you explain what you mean ? Do you mean expand the space displayed in the user interface, or the amount of storage space for notes and/or files in the database ?
Microsoft CRM MVP - http://mscrmuk.blogspot.com http://www.excitation.co.uk
- Edited by DavidJennawayMVP, Moderator Thursday, March 22, 2012 6:50 AM
Thursday, March 22, 2012 6:50 AMModerator -
Hi,
Sorry for confused. I mean expland the space for amount of storage. Thanks in advance
Thursday, March 22, 2012 7:17 AM -
<tab id="{7d872cf1-288a-4b5c-ae79-eca7cfb1aa7e}" IsUserDefined="0" locklevel="0"> <labels> <label description="Notes" languagecode="1033" /> </labels> <sections> <section showlabel="true" showbar="true" locklevel="1" id="{86CFCFB5-4E17-4ac0-8436-DC1B8ED865C3}" IsUserDefined="0" columns="11" labelwidth="250"> <labels> <label description="Notes" languagecode="1033" /> </labels> <rows> <row> <cell colspan="2" showlabel="false" rowspan="4" id="{dbad0da8-d740-45ab-8df4-b0513d084164}"> <labels> <label description="Note Text" languagecode="1033" /> </labels> <control id="notescontrol" classid="{06375649-c143-495e-a496-c962e5b4488e}" /> </cell> </row> <row /> <row /> <row /> </rows> </section> </sections> </tab>
Thanks in advance
- Edited by OrdinaryGal Friday, March 23, 2012 4:46 AM
Friday, March 23, 2012 4:44 AM -
Hi,
I have done for this issue by the code below
<section showlabel="true" showbar="true" locklevel="1" id="{86CFCFB5-4E17-4ac0-8436-DC1B8ED865C3}" IsUserDefined="0" height="auto" columns="11">
<labels>
<label description="Notes" languagecode="1033" />
</labels>
<rows>
<row>
<cell colspan="2" showlabel="false" rowspan="10" auto="true" id="{dbad0da8-d740-45ab-8df4-b0513d084164}">
<labels>
<label description="Note Text" languagecode="1033" />
</labels>
<control id="notescontrol" classid="{06375649-c143-495e-a496-c962e5b4488e}" />
</cell>
</row>
<row />
<row />
<row />
<row height="auto" />
</rows>
</section>
</sections>- Marked as answer by OrdinaryGal Monday, March 26, 2012 9:47 AM
Monday, March 26, 2012 9:47 AM