Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Entity shows random empty boxes

(1) ShareShare
ReportReport
Posted on by 220

Hi,

I have a custom entity, but it has some empty boxes and they are not fields or anything else. Seems like a bug or sime kind of error. Could you please advice what it could be, i have attached a screenshot.

Cheerserror-empty-boxes.jpg

*This post is locked for comments

  • Suggested answer
    PranavShroti Profile Picture
    PranavShroti 4,510 on at
    RE: Entity shows random empty boxes

    It seems that those orphan fields not part of any form section...Few things you can check-

    1. Did you customize this entity and uploaded any managed solution which overwrite this entity?

    2. Did you try changing the section position.. moving "Contact & Transaction" section up and down and check...

    3. Is it happening in all role based forms ? Did you try to create a new form how is it behaving..?

  • Rasi Profile Picture
    Rasi 220 on at
    RE: Entity shows random empty boxes

    Got it sorted thanks for you help. The issue was: Tab formatting was set to 2 columns and Column 1 width set as 100% and second as 0%. I have changed formatting to 1 Column and problem was solved.

  • Rasi Profile Picture
    Rasi 220 on at
    RE: Entity shows random empty boxes

    I also have this java scrip on this form ( I wonder if this could be causing it)

    function OnChangeName()

    {

       debugger;  

       var Name = Xrm.Page.getAttribute("new_insured").getValue();

       var prefixVal = Name.substring(0, 3);  

       Xrm.Page.getAttribute("atn_autonumberprefix").setValue(prefixVal.trim().toUpperCase());

    }

    function OnloadRemoveComma()

    {  

           var autonumber = Xrm.Page.getAttribute("new_name").getValue();

           if(autonumber != null && autonumber != "" && autonumber != undefined )

           {

               autonumber= autonumber.replace(/,/g, '').trim();

               Xrm.Page.getAttribute("new_name").setValue(autonumber);

               Xrm.Page.data.entity.save();

           }

    }

  • Verified answer
    MMK Profile Picture
    MMK 745 on at
    RE: Entity shows random empty boxes

    Just try to remove those  tabs and add them gain then save it publish it and make sure you are updating the correct form

  • Rasi Profile Picture
    Rasi 220 on at
    RE: Entity shows random empty boxes

    Please see attached

    form-screenshot.jpg

  • MMK Profile Picture
    MMK 745 on at
    RE: Entity shows random empty boxes

    Rasi  can you add  the Form Screen Shot of that entity

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,489 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans