
Hi experts,
In the account entity I would like to check if the account record contains any child records in JavaScript. Is there any predefined method I can use for this?
Thanks,
Jon
*This post is locked for comments
I have the same question (0)Hi Jon,
I don't think any predefined method exists to retrieve child. If you want to check in the form onload , then call WEB API request passing entity id and get the child records count.