I'm creating a custom record (with child record as...
# general
s
I'm creating a custom record (with child record as another custom record) . In one run I'm inserting (creating main record) more than 10k lines to that sublist record By using ( mainrec.selectnewline('recmachsublistid') and commitline(...). But when I load the same record , and try to add sublist records to it using selectnewline and saved. The Sublist lines are not adding to the main record (Note : but by creating the custom record directly and linking to the parent record is working . I can see the line added to the main record sublist) My questions : 1. By loading a custom record with more than 10k lines , Is there a restriction to add lines after that many lines in custom child record line ? 2. Is there any alternative to add more lines to the custom record by loading the custom record (other than directly creating the child first and linking to parent)? Am I missing something ?.please.guide me .. thanks in advance . Good day.!.