1
Show Posts
This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.
Messages - Ank
2
Questions / Re: How to create a dependants search
3
Questions / Re: How to create a dependants search
I am not sure what is your exact requirement, but here are couple of things i do to link the data
1. Create Master detail blocks
2. In add page , select the particular item and build a list with Dynamic Select Lookup
3. In the List page property, use the where clause
I hope these points are helpful,
Cheers
Ank
4
Questions / ListPage - Ref Table
I have a table Employees, and i want to create a leave request for the the employees, in the leave request i have to store the employee who is requesting, the Manager who is approving, the HR who is approving the leave. all these personal ids are stored in employees table, when i try to populate their names on list page i get the Employees table once for selection, I have being doing it by creating those many views on Employee Table as a workaround, is it the only way of there is a better way to do it?
Cheers
Ank
5
My creations / Multiple Dashboards and Workflow
is there a plan to provide the following two key functionalities/
1) multiple dashboards ? and
2) a simple workflow modal for approvals processes
Regards
6
General Discussion / Re: Custom Item
Thanks for the reply, i was following the same approach of storing the table and then joining them, but its not the right approach as it keeps hitting the table for each row, what i wanted is something like decode or case function for display a different active/inactive values.
Cheers
7
General Discussion / Re: Custom Item
8
General Discussion / Custom Item
If i have stored 0 and 1 for Yes and No in the database. when i am showing the list or view how do i display Yes for 0 and No for 1.
Cheers
9
Issues / Multiple Dashboards
When are you planning to release the following features
1. Multiple Dashboards based on roles
2. Workflow process
Cheers