Can we use "Available for/Not Available for" under a custom table records

Community Alums
Not applicable

I have created a custom table and I wanted to add a related list---Available for/Not Available for , in all the records of that custom field.

Is that feasible..??

Thanks
Utsav

3 REPLIES 3

Mark Manders
Mega Patron

That completely depends on your business requirement. Yes, you can add some logic based on user criteria, but you will need to add your own logic for the availability itself. Just adding the related list and criteria, won't hide/show the custom records.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Aniket1498
Giga Guru

Hi @Utsav JAISWAL 

If you have a separate table for available/not available and you want to add it as a related list in your custom table, it is feasible. All you need to do is to create a relationship between 2 tables.

System Definition ---> Relationships

Click New and create a relationship between two tables.

Please mark helpful if it really solved your issue.

Community Alums
Not applicable

Hi @Utsav JAISWAL ,

You can create related list by following below steps 

 

All< System Definition< Relationships

 

Click on New Button to create new related list and configure like below image

I configure that for incident table you can use your specific table 

 

SarthakKashyap_0-1725605998370.png

 

current.addQuery('active', true); // This will show all the records which are active
 
Now your related list is ready you just need to add that on table form you can navigate to form and add the related list by navigating 
Right Click < Configure< Related List and add it in selected item 
SarthakKashyap_2-1725606184609.png

 

 
Result
 
SarthakKashyap_1-1725606082232.png

 

 

Please mark my answer correct and helpful if this works for you

Thanks and Regards 

Sarthak