anyone have an idea as to why custom child record sublists would not be appearing in the xml on the parent record? also, causing SS sublist line operation errors..
b
battk
05/18/2020, 12:12 AM
they just dont show up in the xml
battk
05/18/2020, 12:12 AM
you can see it in the json form of the record if you use .toJSON on a remote record
a
Abe Rudy
05/18/2020, 3:43 AM
i mean, i get what you are trying to say, but i just spent 3 months doing development with these records and had access to the sublists of the child records from the parent record. Also, my restlet created the child records through that sublist. Now they are not available.
Abe Rudy
05/18/2020, 3:48 AM
the parent and child records are all custom records, and i was able to read and edit those sublists from the parent record before bundling the records to prod and refreshing the sbx
Abe Rudy
05/18/2020, 4:06 AM
so it all looks like it is because ‘allow child record editing’ is not checked, but the option is disabled on all of the custom records. not sure why… this was all bundled from the previous sandbox build, where everything was working normally..
Abe Rudy
05/18/2020, 4:08 AM
nevermind, looks like you need to enable ‘show remove link’ before being able to check that setting. resolved!