use Type "JsonArray" in custom fields ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dirk.dinger
    Junior Member
    • Nov 2018
    • 17

    use Type "JsonArray" in custom fields ?

    With the advanced pack two Entities Quote and QuteItem have been added. The items are nested within the Quote Entity as "JsonArray"
    I would like to do exactly the same with my cutom entities. Is this possible ?

    Regrads,
    Dirk
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello,
    yes, it's possible, if you define correct setter and getter, and field view as well.

    Comment

    • dirk.dinger
      Junior Member
      • Nov 2018
      • 17

      #3
      Where can I find the corresponding field definitions/getter/setter/Views for the "Quote" type ? I could compare how it is done there.

      Comment

      Working...