SNOW-CAD • Practice Exam 3 — 20 Questions
Free SNOW-CAD practice exam 3 — 20 questions with explanations. No signup required.
A Service Portal widget is failing to update a reference field on a form after a user selects a value from a reference picker. The developer reviews the widget's client controller and sees the following code snippet: $scope.c.data.selectedItem = value; The server script expects 'selectedItem' to be a sys_id string, but it is receiving an object. What is the most likely cause?