modules/Import/Importer.php
\Importer
Package:
Properties
Methods
checkRelatedIDsAfterSave(
$focus
)
:
void
upon bean save, the relationships are saved by SugarBean->save_relationship_changes() method, but those values depend on the request object and is not reliable during import. This function makes sure any defined related or parent id's are processed and their relationship saved.
handleImportErrors(
int $errno, string $errstr, string $errfile, string $errline
)
:
void
static
Replaces PHP error handler in Step4