Add (display) fields from related records to a form
Like in lists/views many customers need additional fields from related records displayed in a records form.
At the moment in CRM 2011 (and before): only fields from the current entity can be added to the entity form
For example:
- Display the address-fields from the...
STATUS DETAILS
Completed
default values for the create form (prepared on server by e.g. a plugin)
Problem:
Default values are only available for picklists or boolean fields at the moment.
To prefill fields on a 'new record' form we could use javascript, but it is very slow - especially for the first time the script is called or for complex calculations & another REST calls to the ser...
STATUS DETAILS
Completed