RE: Is there a way to import vendors and vendor bank accounts in a single job
Hi Osman,
You can improve this action in two ways:
1) Create a new data entity or extend the current vendors entity so it would be able to import the vendor together with a bank account. This would require development and testing before you would be able to import it.
2) Disable the validation on the default bank account field from the vendors entity. You can then import it with two steps: Vendors and bank accounts. It would save you from the action to import it again to update the default bank account. For this, you need to ensure you will not have incorrect values on the vendor default bank account.
To disable the field validation, go to System administration, Data management (workspace), Data entities (tile). Select the vendors entity and open the option Modify target mapping. You can then disable the option Call validate field method. This does not require development.