cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CRM Interactive Script Editor - How to view repository objects in sorted order in editor

kansara81
Discoverer
0 Kudos
396

When I go to transaction WUI -> IC_MANAGER -> Process Modeling -> Interactive Script Editor -> under Repository -> Scripts -> I want to see the list in sorted order by default. How to achieve this.Screenshot.png

View Entire Topic
Robert-Peter
Explorer
0 Kudos

Hi @kansara81 

That is not possible out of the box. BUT what you can do is the implementing an Enhancement via WebUI: If I'm not wrong, then the Interactive Script Editor is part of the component CRMCMP_CCS_SCRIPTS. You can try enhancing the component/view controller responsible for the table display. Inside the method DO_INIT_CONTEXT or DO_PREPARE_OUTPUT, add code to sort the collection wrapper used to fill the context node. 

I hope this helps you, if not, feel free to direct message me.

Rob

 

kansara81
Discoverer
0 Kudos
Hi Rob,
kansara81
Discoverer
0 Kudos
Thank for the reply. We have 2 clients in our development system 100 & 300. In 100 it is displayed in sorted order but in 300 it is not. Any reasons how that is possible.