You need to sign in to do that
Don't have an account?
Dan Broussard
Assign AcctID
I am working on a TrailHead quiz at
https://developer.salesforce.com/trailhead/force_com_admin_intermediate/business_process_automation/flow
I have created a New Account in a previous record create. I want to assign a new Contact to that new Acccount. Is the AccountID required and if so I have the following issue: How to I take an Account ID from an account record and place it in a new Contact record for a contact record I have created in a previous step in a work flow? Is a formula required?
For the new Contact Record, I have assigned FirstName = {!FirstName} input from previous screen, same with LastName. I am guessing that to assign a Contact to an Account requires assigning the AccountID to the new contact record. I cannot figure out how to do that.
I think I may have the same issue when I create a new Opportunity in the next step. :)
Thank you!
https://developer.salesforce.com/trailhead/force_com_admin_intermediate/business_process_automation/flow
I have created a New Account in a previous record create. I want to assign a new Contact to that new Acccount. Is the AccountID required and if so I have the following issue: How to I take an Account ID from an account record and place it in a new Contact record for a contact record I have created in a previous step in a work flow? Is a formula required?
For the new Contact Record, I have assigned FirstName = {!FirstName} input from previous screen, same with LastName. I am guessing that to assign a Contact to an Account requires assigning the AccountID to the new contact record. I cannot figure out how to do that.
I think I may have the same issue when I create a new Opportunity in the next step. :)
Thank you!
Actually in that task its not asking you to relate Contact to Account or Opportunity to Account as well, its just asking you to create Account, Contact and Opportunity from a single page.
Just want to add one thing that in that part of the trailhead, its actually asking you to create Account, Opportunity and Contact from the flow not to relate each of them,
As per salesforce process if you need to relate Account to Contact first you need to create Account and use the ID of the Account in Contact to relate it, we can use the ID of the Account only when its created, but in this trailhead flow we are creating just single page, and flow page is inserting everything at once, so according to the requirement of the trailhead you cannot relate Account with Contact or Opportunity
Dan,
For the date format is same everywhere for a user, so Close Date format have no issue, and in that task its asking for the todays date of the next month (hard coded) so just put the date like 6/16/2015 you can choose the next month date from the calender icon itself.
Hope I am clear this time.
All Answers
Take a look below
Actually in that task its not asking you to relate Contact to Account or Opportunity to Account as well, its just asking you to create Account, Contact and Opportunity from a single page.
Just want to add one thing that in that part of the trailhead, its actually asking you to create Account, Opportunity and Contact from the flow not to relate each of them,
As per salesforce process if you need to relate Account to Contact first you need to create Account and use the ID of the Account in Contact to relate it, we can use the ID of the Account only when its created, but in this trailhead flow we are creating just single page, and flow page is inserting everything at once, so according to the requirement of the trailhead you cannot relate Account with Contact or Opportunity
Dan,
For the date format is same everywhere for a user, so Close Date format have no issue, and in that task its asking for the todays date of the next month (hard coded) so just put the date like 6/16/2015 you can choose the next month date from the calender icon itself.
Hope I am clear this time.