User value differences between display and edit

Forums Modern DFFS User value differences between display and edit

Viewing 2 reply threads
  • Author
    Posts
    • #36803
      Tanya Edgar
      Participant

      I have a list that has a single person field. This field is called Assigned to. When I add myself as the assignee, I see that in both the edit and display fields, however when I add another member of my team, a different user is displayed in the edit form.

      I have included screenshots of the form edit and view definition and display to show what’s happening.

      There are no rules affecting this form except making assigned to a required field in edit mode.

    • #36810
      Alexander Bautz
      Keymaster

      This was strange. Which of the values do you see if you look at the record in a list view?
      Is the user a normal AD-user or an external user?
      Does the display form value stay the same if you save the other value in editform?
      What do you see if you hit F12 to bring up the developer tools – select Console and type in this:

      getFieldValue("AssignedTo");
      

      Expand the value by clicking the little triangle before the value.

      Please note that you must use the correct internal name for your field – AssignedTo might not be the correct internal name. To see the field name go to list settings, click on the field and look at the URL and you will see &field=Internal_name_of_field

      Alexander

    • #36817
      Alexander Bautz
      Keymaster

      Hi,
      Did you see my previous comment? – let me know if you have any more details.

      Alexander

Viewing 2 reply threads
  • You must be logged in to reply to this topic.