120.2.2
CHANGE-KDEV
With this function it is possible for the user to move an entry, whether it is an ORG unit, a station or a PIN, from an existing structure column to another. (This is only possible with REN-KDEV). This means that when the CHANGE function is run, in order to prevent mix-ups the parameter IDNEW does not differentiate between different ORG levels. Simply enter "ORG" for IDNEW.
Procedure Overview
Command Code
Parameters
CHANGE-KDEV
POS=<param>,IDOLD=<param>,OLDNAME=<string>
,IDNEW=<param>,NEWNAME=<string>;
Examples
These refer to the customer file shown at the beginning.
1.
The already existing ORG unit "EA01" with its assigned stations is added under the already existing ORG unit "EA2".
Input:
CHANGE-KDEV:U,ORG,EA2,ORG,EA01;
2.
The already existing ORG unit "EA22" is added under the already existing ORG unit "EA2". But since the ORG unit "EA01" has already been added as a subordinate by the preceding order, "EA22" is appended at the end. There are two alternative procedures available for this situation.
Either input:
CHANGE-KDEV:U,ORG,EA2,ORG,EA22;
Or input:
CHANGE-KDEV:A,ORG,EA01,ORG,EA22;
After execution of change procedures 1 and 2:
Input:
DISPLAY-KDEV:ORG,PPCF;
Structure of the customer file in output format
Output:
ENTRIES FOR ORG PPCF 8 .7 .1999
(1) EA (3) EA21 (T) 103
(1) " (3) " (T) 105
(1) " (2) EA1
(1) " (2) EA2 (3) EA01 (T) 109
(1) " (2) " (3) " (T) 111
(1) " (2) " (3) EA22
(1) " (2) EA3 (P) 117
12 ENTRIES IN CDR CUSTOMER FILE (PPCF)
OpenScape 4000 V10, Volume 1: AMO Descriptions, Service Documentation, Issue 5
, ID:
P31003H31A0S107057620
©
09/2025
Mitel Networks Corporation. - All rights reserved.
Mitel and the Mitel logo are trademarks of Mitel Networks Corporation. Unify and associated marks are trademarks of Unify Software and Solutions GmbH&Co. KG. All other trademarks herein are the property of their respective owners.