Condition Builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2013 08:20 AM
Hi,
Is anyone used Condition Builder in UI Pages?If yes, Please share jelly code of the same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2020 07:55 AM
Hi,
Why are we using sys_script table? I used the above but for me it comes table not selected in ui page. Can you help me with the process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2014 05:13 AM
Hi,
Do you have idea on getting filtered query in UI page?
I can added condition builder on ui page but I am struggling to get filtered query on ui page. Please advise

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2014 04:48 PM
Try activating the 'Time card management' plugin then take a look at the UI page ' my_timecards'
Look at the section that contains:
<!-- Set up ListProperties for the list -->
ListProperties.setHasBreadcrumbs(false);
I think you are looking for a List with breadcrumbs rather that just a condition filter...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2015 02:38 AM
Hello Jonathan,
You gave the code to include specific fields from any table into UI Pages...i tried and it works. Thank you for that!
Im struggling how to get the values of those fields....
Tried few things but without success.... Do you have an idea how to solve this challenge?
Thanks in advance,
Manolis.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2015 04:53 AM
Hi Manolis,
Are you trying to get values from a list, or from a field on a the UI page?