D M
D M

Reputation: 320

Dynamics CRM 365 seems to ignore default values for entity fields in quick create forms

For the contact entity I have set the default values for some build in fields to specific values. For example I set the default value for the field "Contact -> donotemail" to the value "Do not Allow".

In the "normal" web browser forms it seems to be working as expected. But if I create a new contact using a quick create form and select the save and then "view created record" button the view switches to the new created contact. If I then scroll down to the "donotemail" - field the field does not have the default value I selected in the field settings.

I googled the problem, the nearest community post I could find is https://community.dynamics.com/crm/b/mohamedmostafacrmblog/archive/2016/06/02/set-field-default-value-in-microsoft-dynamics-crm-online-and-on-premise-using-business-rules-without-javascript-or-custom-components-plugins-or-workflows

Unfortunately the post is from 2016 and it describes how to workaround the problem using custom business rules. But due to this is build in funtionality there is no business rule I could edit and creating some new to achive the goal of setting a default value seems odd.

Did someone encounter this problem too and could find a solution?

Upvotes: 0

Views: 1721

Answers (1)

One possible reason I could think of: you might have not refreshed the main window after publish all, maybe cached QC form didn’t work as expected bcoz “customize the system” will open a separate popup to edit & publish all.

Still technically server side should not be cached with old customizations. But QC might have rendered from cached Metadata in browser.

But publish all should reflect immediately & no delays expected. Make sure to refresh the main window next time :)

Upvotes: 1

Related Questions