• Renee J
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
Hello! 

Thank you to anyone in advance for helping with my question! 

I am receiving the following error in the SFDC Flow Process Builder when running a process flow to automatically populate one SFDC Account Executive based on the other Account Executive's information: 


CREATE RECORDS: Create_ATM
Create one AccountTeamMember record where:
AccountAccessLevel = Edit
AccountId = {!var_AccID} (null)
CaseAccessLevel = Edit
OpportunityAccessLevel = Edit
TeamMemberRole = POC Rep
UserId = {!var_POCRepOnAccID} (null)
Result
Failed to create record.

Error Occurred: This error occurred when the flow tried to create records: REQUIRED_FIELD_MISSING: Required fields are missing: [AccountId, UserId]. You can look up ExceptionCode values in the SOAP API Developer Guide.

May you please help me with my code? How may I fix this?

Thank you so very much for the consideration! :) 
 
Hello! 

Thank you to anyone in advance for helping with my question! 

I am receiving the following error in the SFDC Flow Process Builder when running a process flow to automatically populate one SFDC Account Executive based on the other Account Executive's information: 


CREATE RECORDS: Create_ATM
Create one AccountTeamMember record where:
AccountAccessLevel = Edit
AccountId = {!var_AccID} (null)
CaseAccessLevel = Edit
OpportunityAccessLevel = Edit
TeamMemberRole = POC Rep
UserId = {!var_POCRepOnAccID} (null)
Result
Failed to create record.

Error Occurred: This error occurred when the flow tried to create records: REQUIRED_FIELD_MISSING: Required fields are missing: [AccountId, UserId]. You can look up ExceptionCode values in the SOAP API Developer Guide.

May you please help me with my code? How may I fix this?

Thank you so very much for the consideration! :) 
 
Guys, is there a way in Salesforce how to populate a TEXT field with an ID that is in a lookup field?

I am creating a record in Flow and the ID just wont get passed to the field. The field remains null.