SNOW-CAD • Practice Test 5 — 10 Questions
Free SNOW-CAD practice test 5 — 10 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?