Announcement

Collapse
No announcement yet.

Modify List View Value

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Modify List View Value

    I have a Primary Contact entity that setup with:
    PHP Code:
    fields --
    "primaryContact": {
      
    "type""link",
      
    "required"false
    },

    links --
    "primaryContact": {
       
    "type""belongsTo",
       
    "entity""Contact",
       
    "foreign""member"
    }, 
    I was hoping to add the email address to the name. Also is it possible to modify a value in the export as well?

    Thanks in advance,
    Stephen

  • #2
    You want to display email address instead on name for link fields? I don't know how to achieve it but it's possible.

    Since 3.8.0 you can customize export much. See Services/Record.php.

    Comment


    • #3
      Alright I will keep digging and see if I can find out where it is.

      Thanks,
      Stephen

      Comment

      Working...
      X