Best practice to export salesforce objects and related childs.
What is a best practice to export in one job salesforce accounts (based on some criterias) and then related objects linked to the extracted accounts (contacts, oppotunities, etc)? How will you deal with it WITHOUT USING DATABASE? Thanks
Hi, What I meant is after extracting accounts based on some criterias, how to send Accounts SFDC IDs to the second job that will extract related subObjects (Contacts, Opportunities, ...) I cannot use databases. regards