You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
Note: Because the developers need to copy and paste the code snippet, including a code snippet as a media file (e.g. gif) is not sufficient.
Environment
SDK Version: 1.3.0
Python version: 3.8
The bug has the severity
Critical: The defect affects critical functionality or critical data. It does not have a workaround.
Major: The defect affects major functionality or major data. It has a workaround but is not obvious and is difficult.
Minor: The defect affects minor functionality or non-critical data. It has an easy workaround.
Trivial: The defect does not affect functionality or data. It does not even need a workaround. It does not impact productivity or efficiency. It is merely an inconvenience.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Based on the following documentation, requesting the report should return
factMap
with the rows and aggregates/services/data/<latest API version>/analytics/reports/query
However the response return fact map without values for rows
To Reproduce
Request:
POST https://eu18.salesforce.com/services/data/v49.0/analytics/reports/query
{'reportMetadata': {'detailColumns': ['ACCOUNT.STREET_LINE2', 'ACCOUNT.STREET_LINE3', 'Account.Case__c', 'CASE_ID'], 'sortBy': [{'sortColumn': 'CASE_ID', 'sortOrder': 'Asc'}], 'name': 'Salesforce 3', 'reportFormat': 'TABULAR', 'reportType': {'type': 'CaseList'}, 'scope': 'organization', 'standardDateFilter': {'column': 'Case.Today__c', 'durationValue': 'CUSTOM', 'startDate': '2021-02-09 00:00:00', 'endDate': '2021-02-09 23:59:59'}}}
Reponse:
Expected behavior
Row values returned
Screenshots
Not applicable,
Code snippet
Provided above
Note: Because the developers need to copy and paste the code snippet, including a code snippet as a media file (e.g. gif) is not sufficient.
Environment
The bug has the severity
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: