dynamics crm - CRM 2013: Update a read-only field value using Business Rule -


i'm trying calculate date field value based on field, using business rule feature in crm 2013. field locked on form user cannot modify. think because of setting, field value bet set when click 'save' button value disappears.

i believe same setsubmitmode("always") issue read-only fields. wondering if there way resolve issue inside business rule or form/field settings ?

i'm having same problem found workaround:

the workaround add locked field twice on form. make 1 instance of field 'read only' , 'visible' , make 2nd instance of field not 'read only' , not 'visible' on form. when business rules fire see 1 of instances of field not read , save database.

source: https://social.microsoft.com/forums/en-us/741916de-e637-40f1-a675-944e7c0f5130/crm-2013-business-rules-updating-read-only-fields?forum=crm


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -