Attendees Acceptance Status not exported

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • item
    Active Community Member
    • Mar 2017
    • 1476

    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

    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​
  • Maximus
    Senior Member
    • Nov 2018
    • 2731

    #2
    Unfortunately, this doesn't work.

    Comment

    • item
      Active Community Member
      • Mar 2017
      • 1476

      #3
      Originally posted by Maximus
      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


      If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        The bug is that acceptance status is availabe for export. It should not be available.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • item
          Active Community Member
          • Mar 2017
          • 1476

          #5
          Originally posted by yurikuzn
          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
          If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

          Comment

          Working...