Codeunit 6301 Power BI Service Mgt. in 21
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 34
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| GetReports | (var Record Power BI Report Buffer, var Text, var Text, Text[30]) | public | Pending 19.0 | ||||
| Use GetReportsAndWorkspaces in codeunit "Power BI Workspace Mgt." instead. | |||||||
| GetReportsForUserContext | (var Record Power BI Report Buffer, var Text, var Text, Text[30]) | public | Pending 19.0 | ||||
| Use the GetReportsForUserContext without the ExceptionMessage and ExceptionDetails parameters. | |||||||
| IsReportEnabled | (Guid, Text) | Boolean | public | - | |||
| IsUserReadyForPowerBI | () | Boolean | public | - | |||
| GetPowerBIResourceUrl | () | Text | public | - | |||
| GetPowerBiResourceName | () | Text | public | - | |||
| GetGenericError | () | Text | public | - | |||
| GetReportPageSize | () | Text | public | Pending 20.0 | |||
| Use GetFactboxRatio or GetMainPageRatio instead. | |||||||
| GetUnauthorizedErrorText | () | Text | public | - | |||
| GetPowerBIUrl | () | Text | public | Pending 19.0 | |||
| Use the function GetLicenseUrl of codeunit 6324 "Power BI Url Mgt" instead. | |||||||
| GetContentPacksServicesUrl | () | Text | public | - | |||
| GetContentPacksMyOrganizationUrl | () | Text | public | - | |||
| IsPBIServiceAvailable | () | Boolean | public | - | |||
| CanHandleServiceCalls | () | Boolean | public | Pending 21.0 | |||
| Disabling the integration through AzureADMgtSetup has been discontinued. Remove permissions from single users instead. | |||||||
| HasUploads | () | Boolean | public | - | |||
| GetFactboxFilterFromID | (Text) | Text | public | Pending 19.0 | |||
| Hardcoded name filtering for reports is deprecated. The user can search reports with the builtin search function in the page. | |||||||
| GetData | (var Text, var Text, Text) | Text | public | - | |||
| GetDataCatchErrors | (var Text, var Text, var Integer, Text) | Text | public | - | |||
| GetReportsUrl | () | Text | public | - | |||
| IsPowerBIDeploymentEnabled | () | Boolean | public | Pending 21.0 | |||
| Global switch for Power BI report deployment is no longer supported. | |||||||
| UpdateEmbedUrlCache | (var Record Power BI Report Buffer, Text) | public | Pending 19.0 | ||||
| This function was used to update old records just-in-time, and is no longer needed. | |||||||
| GetEnglishContext | () | Code[30] | public | - | |||
| IsUserAdminForPowerBI | (Guid) | Boolean | public | - | |||
| FormatSpecialChars | (Text) | Text | public | - | |||
| CheckPowerBITablePermissions | () | Boolean | public | - | |||
| GetPowerBiTelemetryCategory | () | Text | public | - | |||
| CheckForPowerBILicenseInForeground | () | Boolean | public | - | |||
| SynchronizeReportsInBackground | () | public | - | ||||
| IsUserSynchronizingReports | () | Boolean | public | - | |||
| SetIsSynchronizing | (Boolean) | public | - | ||||
| GetJobQueueCategoryCode | () | Code[10] | public | - | |||
| GetReportsForUserContext | (var Record Power BI Report Buffer, Text[30]) | public | Pending 21.0 | ||||
| Use physical table PowerBIReportConfiguration instead of temporary table TempPowerBIReportBuffer. | |||||||
| GetFactboxRatio | () | Text | public | - | |||
| GetMainPageRatio | () | Text | public | - | |||
Events, 3
| Kind | Name | Parameters | Obsolete | ||||
|---|---|---|---|---|---|---|---|
| Integration event | OnGetReports | (var Record Power BI Report Buffer, var Text, var Text, Text[30]) | Pending 21.0 | ||||
| Events to override the Power BI integration behavior are no longer supported. | |||||||
| Integration event | OnUploadReports | (var DotNet ImportReportRequestList, var DotNet ImportReportResponseList) | Pending 21.0 | ||||
| Events to override the Power BI integration behavior are no longer supported. | |||||||
| Integration event | OnRetryUploads | (var DotNet ImportedReportRequestList, var DotNet ImportedReportResponseList) | Pending 21.0 | ||||
| Events to override the Power BI integration behavior are no longer supported. | |||||||