cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancements in View

Former Member
0 Kudos

Hi Experts,

Would like to know whether is it possible to shuffle the order of fields in the layout of the view through enhancements??

If not possible what is the other way around to achieve the same?

Thanks in Advance.

Sanket.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

You cannot directly arrange the UI elements by moving Up/down ( like in custom components ). But you can remove the whole UI element(s) and create them in a particular order. Check this doc for reference: Enhance WDA Component/View

Or, You can dynamically change the order of UI elements using Code. Create a Post Exit in WDDOMODIFYVIEW method and arrange the UI elements. You can refer the code sample in this document:

Hope this helps u,

Regards,

Kiran

Answers (0)