File Layout and App Engine
I have a file layout with two records, a parent and a child. I am using the file layout in an app engine program to import in some data.
On some occasions, the users would like to only import the header and not include the child data in their file.
I am getting messages in the log file on the child record even though it's not in my file that is being imported.
Does anyone have any suggestions?
Thanks