dynamics crm - Removing fields from flyout in CRM 2015 OOB entity -


i customizing contact entity (oob) in crm 2015. 1 of attributes of entity address, composite attribute built using following

  1. street1
  2. city
  3. state/province

i remove city field flyout alltogether.

enter image description here

how can achieve ?

even though, there no supported way control (hopefully microsoft might make available in future release) little tweak did trick me overcome challenge.

i created business rule ho hide default fields (city, state , country) form. wrote business rule without specifying conditions means load/work time.

enter image description here

consequently, effect of business rule fields got hidden flyout menu well. changed display name of address composite field street , made visible, included rest 3 new lookup under same section.

finally requirement got fulfilled able use composite field capture 4-fields (street1, street2, street3 , zip code) , use individual lookups city, state , country.

link: https://ashwaniashwin.wordpress.com/2014/03/24/update-change-address-composite-field-in-crm-2013-with-busoness-rules/


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -