Options when renaming analytics
When you rename analytics using the script editor, the result depends on whether you change the analytic name, the analytic script name, or both. The analytic name appears in the analytic header at the top of the analytic script (//ANALYTIC <analytic name>), and in the Server Explorer treeview. The analytic script name appears in the script editor’s Project Explorer, and on the Scripts tab in the Properties view.
Change made in AX Client script editor |
Location |
Result |
---|---|---|
|
analytic header |
analytic name updated |
Server Explorer treeview |
||
Project Explorer |
analytic script name not updated |
|
Scripts tab |
||
existing analytic input values and schedules |
maintained |
|
analytic syntax |
unchanged, or updated if changes have been made |
|
|
analytic header |
analytic name not updated |
Server Explorer treeview |
||
Project Explorer |
analytic script name updated |
|
Scripts tab |
||
existing analytic input values and schedules |
maintained |
|
analytic syntax |
unchanged, or updated if changes have been made |
|
analytic name and analytic script name are both changed prior to saving the changes |
analytic header |
analytic name updated |
Server Explorer treeview |
||
Project Explorer |
analytic script name updated |
|
Scripts tab |
||
existing analytic input values and schedules |
deleted |
|
analytic syntax |
unchanged, or updated if changes have been made |
|
analytic name and analytic script name are both changed, and after each change the change is saved |
analytic header |
analytic name updated |
Server Explorer treeview |
||
Project Explorer |
analytic script name updated |
|
Scripts tab |
||
existing analytic input values and schedules |
maintained |
|
analytic syntax |
unchanged, or updated if changes have been made |