Error Account with Id = “xxxxxx” does not exist
问题 I have a custo workflow that creates an account and opportunities. Sometimes I have this error: Account with Id = "xxxxxx" does not exist. I don't know what's wrong in my code knowing that I find the account in the CRM. Here are the steps of my plugin code: Find the account by num (if it doesn't exist, I create them) Get the account = Account Create an opportunity with Opportunity["parentaccountid"] = Account; Error message ! Code: //Get opportunity Guid id = retrieveOpportunity<string>(