Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Unable to save records in custom table

hari_mahesh
Tera Contributor

Hi, I have created a app in studio using global and in that app i have created a custom table and extents 'change request'. But when i created a new record and submit the records, the record is saving in parent table i.e., change request. Can anyone help me to resolve the issue.

6 REPLIES 6

GlideFather
Tera Patron

Hi @hari_mahesh,

 

it seems to be correct behaviour. If you have a table that extends any other and you create a record to the child table it will be stored in both - child and parent table. 

 

You can see a parallel with the Task table that is a parent to Incident, Change, Problem or many others... and when you create an incident, it will be stored in both Task and Incident.. 

 

Is that what happened to you? 

_____
100 % GlideFather experience and 0 % generative AI

Thank you for the response, I can see the records are being saved in both child and parent for incident and problem table. But when comes to change table the records are saved in parent not in the child.

Can you please @hari_mahesh explain how do you create the records? is it a record producer?

 

Eventually, check for the child table permissions

_____
100 % GlideFather experience and 0 % generative AI

I am not using a Record Producer to create the records—I am creating them directly from my custom table. To clarify, when I open my custom table through the URL, I can see the correct table view. However, when I click on ‘Normal’ or ‘Emergency,’ the URL is redirected to the change_request table instead of my custom table. Can you be more clear about how to validate the child table permissions.