Report linked entity fields

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cavefish
    Junior Member
    • Nov 2016
    • 10

    Report linked entity fields

    Hello,

    What defines fields from linked entities that can be selected in Reports?
    For example Quote and Account. If I create report with Quote entity then I can select only some fields from related Account.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello,
    the field is skipped, if it has options "disabled", "reportDisabled", "reportColumnDisabled", "directAccessDisabled" in entityDefs or field type is in ['linkMultiple', 'linkParent', 'email', 'phone', 'currency', 'currencyConverted', 'personName', 'map', 'address']

    Comment

    • cavefish
      Junior Member
      • Nov 2016
      • 10

      #3
      Thank you, type 'currency' was mainly the problem

      Comment

      Working...