We may have a requirement of, on create of a
particular record, we need to update another record... For these kind of
requirements, we generally use out of the box workflows.
When we have created workflow, and click on "Set
Properties", sometimes it will through "Invalid Argument"
exception. This exception will not give any other information other than
"Invalid Exception".
To get more information on exception we need to enable
the tracing. To more on how to enable tracing click this link.
If you read the trace file carefully, you will find
the reason of this issue as “Wrong type of attribute UI properties passed to
the attribute "new_fieldname"”. So, we need to remove this field from
form, Save and Publish then try to set properties. If there are no other fields
which causing this issue, form will open or else you will get "Invalid Argument"
exception again, so we need to iterate this process till we remove all issue
causing fields.
Hope this will helps someone’s time.
You may like below posts
Improving MS CRM Performance
Performance Center in MS CRM 2013
date and time field behavior in MS CRM
Upsert in MSCRM
Locking mechanism in MS CRM
Ticker Symbol Field in MS CRM
Themes in MS CRM
Enable Tracing in MS CRM
Calculated Field in Dynamics CRM 2015
IME Mode in MS CRM
You may like below posts
Improving MS CRM Performance
Performance Center in MS CRM 2013
date and time field behavior in MS CRM
Upsert in MSCRM
Locking mechanism in MS CRM
Ticker Symbol Field in MS CRM
Themes in MS CRM
Enable Tracing in MS CRM
Calculated Field in Dynamics CRM 2015
IME Mode in MS CRM
Hey you saved my time, Thanks Ravi :)
ReplyDelete