In my CRM form i have BPF which contains some fields. I want to apply JS on one of the BPF field, so i have added that field in CRM footer, i have hidden that field not to show on form so that i'd be able to apply JS. I did that and publish the changes.
In the form, i observed that footer size has been increased. So i removed the field from footer and added a new section to contain that field and hide the section itself and publish the changes. But what weird i found is that footer size is still not decreased.
I tried various ways to reduce it but not able to do, please check the snapshots and kindly help me.
Fig. 1 - Ideal scenario
Fig. 2 - Showing increased footer height which is not reducing
.
Thank you !!
*This post is locked for comments
I have the same question (0)Hi Ishwar!
To get rid of the extra height of the footer, you need to create an Unmanaged solution and put the desired entity form into it. Export the solution as Unmanaged. Extract the customizations.xml file from the solution .zip archive. Open it with any text editor. Find the <footer> ..... </ footer> section in the xml and remove it completely. After that, put the edited customizations.xml back into the solution archive. Import the solution into CRM and, voila! The form footer is low again.
Good luck!
Oldcat