@ztwoods,
the values are actually there, but text is lost.
- What are the expected values/text pairs for Status Reason (statuscode) column?
- What is your Dynamics 365 default language?
- Do you have more than one language and if yes then what language is set for the app user (that connects to the instance)?
-
This reply was modified 2 years, 4 months ago by
alexacrm.
Hello and thanks for the feedback.
- What are the expected values/text pairs for Status Reason (statuscode) column? In this case, since the the opportunity status = open, it should be displaying the status reason: “In Bearbeitung”.
- What is your Dynamics 365 default language? Base language is german.
- Do you have more than one language and if yes then what language is set for the app user (that connects to the instance)? Currently only german installed as base language. I am currently installing english to see if it helps.
Hi there,
the dropdown on the web page contains values of 1,3,4,5,768060000. Are all of these valid status reasons for the status Open? (Just trying to establish if status is interpreted correctly and translations aren’t being pulled in).
Also, have you tried setting the form language as per Multilingual Support « AlexaCRM?
Hi,
I found the issue: I added the form in ReadOnly mode therefore the values were not being displayed #facepalm
Is it now possible to filter the status reason values I want to make available? The form is meant for customers but internally there might be other status reasons only applicable to internal sales teams. Is this possible?
Thanks again for the support and wishing you a great start in the new year.
Regards,
Zach W.
Hey Zach,
thanks for solving the mystery – though it’s odd that readonly mode didn’t display the value – it should have, if you set the form language right.
To filter the values, you’d have to either use a custom form, modify the twig template used for rendering the choice type column, or use javascript to adjust options on the client side.