- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2024 11:35 AM
Hi,
I have created custom application in studio as per client requirement, i created table A(budget) with form. There is one more table and form linked with same form which is related items.
Both are having different fields, how to create relationship between both.
The user should be able to enter details of table B related items in table A form.
I want this to show relationship table below with new button, as there is no same fields in both how to create relationship. Is there any way
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2024 11:03 PM
Hi @VikramM1 ,
you need to create reference field . without that it is not possible . you can create field but dont show on form that could be a workaround .
Thanks,
Astik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2024 11:49 PM
Hi @VikramM1 ,
You need any Reference field which is pointing to Table B, without that it is not possible to make any relationship with any table.
For example You have related list on Incident table with taking reference from User table, you have the caller field as the reference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2024 10:17 PM
Hi @VikramM1 ,
you can create Relationship by navigating - System Defination > Relationships.
Applies to Table - Table B where you want Related List
Query from Table - Table A where you want Reference
Add below code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2024 11:02 PM
I dont want to add any reference field, without that i need to create
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2024 11:49 PM
Hi @VikramM1 ,
You need any Reference field which is pointing to Table B, without that it is not possible to make any relationship with any table.
For example You have related list on Incident table with taking reference from User table, you have the caller field as the reference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2024 09:50 AM
Okay got it thanks for the information