Search code examples
dotnetnuke2sxc

2sxc 8.5 Entity picker, change a selected entity


Given:

  • Content type: Book
  • Content type: BookShelf, w/field Book. Book is Entity.

In 2sxc 8.5:

  1. Make 2 Book entities.
  2. Make 1 BookShelf entity.
  3. Point BookShelf/Book to a Book
  4. Point BookShelf/Book to a different Book

Not sure how to do #4 in the latest version of 2sxc.

8.4 had a dropdown where entities could be changed over time 8.4 Entity field selection

8.5 does not seem to have that affordance 8.5 Entity field selection


Solution

  • I believe you got stuck on a configuration. 2sxc 8.x has many new features which you can enable/disable on such a relationship. I believe right now you have set it to

    1. don't allow multiple items
    2. don't allow remove

    so you have one item mapped, but you can't remove it, and you don't see the dropdown because you didn't adding more items :).

    So just go to the entity-field settings and configure it.

    Warning: there is a special case where you may have an old entity-field, and never configured which input-type you want (because there used to be only one). In this case, you want to first set which input-type you want to use (Entity-default), then you'll get the remaining fields to set:

    enter image description here

    and then

    enter image description here