Announcement

Collapse
No announcement yet.

Attendees Acceptance Status not exported

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

  • Attendees Acceptance Status not exported

    Hi,
    EspoCRM version Version 5.5.5

    1) Create a Meeting
    2) Add some Attendees (contact/leads/users) update acceptance status to Declined or ...
    3) On listview, select the meting and Export
    4) select XLSX and choose/add field "Acceptance Status" and "Contacts"

    Result :
    Acceptance Status Cell is empty
    Contacts are OK.

    Maybe this is why I can not retrieve the acceptance status in :
    $contact->get('acceptanceStatus').
    Any idea ?

    Regards


  • #2
    Unfortunately, this doesn't work.

    Comment


    • #3
      Originally posted by Maximus View Post
      Unfortunately, this doesn't work.
      Maximus,
      found for other situation.. :

      PHP Code:
      $status $meeting->getLinkMultipleColumn('contacts''status'$contact->id); 
      work for template, work on entryPoint.. . but export bug


      Comment


      • #4
        The bug is that acceptance status is availabe for export. It should not be available.

        Comment


        • #5
          Originally posted by yurikuzn View Post
          The bug is that acceptance status is availabe for export. It should not be available.
          Dear Yurikuzn,
          you have made a crazy CRM.. (I know you from sugar...and at a moment I ask you for develop something for us but never response (letrium) )..
          If you say.. it should not be available.. then it's right

          Yurikuzn, more I work with your CRM .. more I think this is the state of art
          Tomorrow someone of my society contact your society.. .for training ... maybe response maybe not

          Regards

          Comment

          Working...
          X