on 2025 May 08 12:20 AM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.