| procedure | CopyBuiltInLayout() | Pending | 17.0 | 17 | 19, gone |
| Replaced by CopyBuildInReportLayout() |
| procedure | GetCustomRdlc(Integer) | Pending | 20.0 | 20 | 22, gone |
| This procedure is replaced by the report event FetchReportLayoutByCode. Subscribe to it to retrieve a selected custom layout. |
| procedure | CopyRecord() | Pending | 17.0 | 17 | 19, gone |
| Replaced by CopyReportLayout() |
| procedure | ImportLayout(Text) | Pending | 17.0 | 17 | 19, gone |
| Replaced by ImportReportLayout() |
| procedure | ExportLayout(Text, Boolean) | Pending | 17.0 | 17 | 19, gone |
| Replaced by ExportReportLayout() |
| procedure | UpdateLayout(Boolean, Boolean) | Pending | 17.0 | 17 | 19, gone |
| Replaced by UpdateReportLayout() |
| procedure | EditLayout() | Pending | 17.0 | 17 | 19, gone |
| Replaced by EditReportLayout() |
| procedure | EditReportLayout() | Pending | 17.3 | 17 | 19, gone |
| The codeunits run in this procedure are being removed as they use .NET which do not work on the web client. The procedure will be removed. |
| procedure | LookupLayoutOK(Integer) | Pending | 28.0 | 28 | 28 |
| This procedure is obsolete because the lookup page 9650 Custom Report Layouts is obsoleted. |
| event | OnAfterReportGetCustomRdlc(Integer, var Text) | Pending | 20.0 | 20 | 22, gone |
| This event is replaced by the report event FetchReportLayoutByCode. Subscribe to it to retrieve a selected custom layout. |
| event | OnLookupLayoutOKOnBeforePageRun(var Record Custom Report Layout) | Pending | 28.0 | 28 | 28 |
| This procedure is obsolete because the procedure LookupLayoutOK is obsoleted. |
| event | OnGetCustomRdlcOnAfterSelectCustomLayoutCode(Integer, var Code[20]) | Pending | 20.0 | 20 | 22, gone |
| This event is replaced by the report event SelectReportLayoutCode. Subscribe to it to select a custom layout. |