
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2023 11:37 PM
Hi all,
in my custom application some field are using reference field to the custom lookup data .
Can i add an order field in custom lookup table and use that to sort the keywords list retrieved from the custom lookup data?
If yes, please share how to do else any other method to achieve this?
Thank you so much.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2023 11:47 PM - edited 07-17-2023 12:04 AM
@yandp you meant to say that some of the OOTB tables like Business Rules, UI Policies contain an order field. You would like to add a similar field in your custom table is it?
You can add the order field in the lookup table and add "ref_ac_order_by=u_order" in your variable attributes field, this will take care of the ordering part.
Note: u_order is my custom field, please change in case you have a different field.
Please mark the appropriate response as correct answer and helpful.
Thanks!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2023 03:25 AM
@Arun_S1
Hi Arun,
Thank you so much.
your sharing resolved my issues, it help me alot.
Your help is appreciated.