• skunkonius
  • NEWBIE
  • 0 Points
  • Member since 2007

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

I have experiencing an issue where we are setting the RecordTypeId field when creating a lead.  The lead gets created successfully but the record type is always set to the users default record type.  We have verified that the Record Type Id value we are using is valid, and is available to the user.

 

We were successful in getting the record type set by immediately updating the lead created with the record type id.

 

It seems strange that we can set the record type with the update method, but not the create method.

 

Thanks for any assistance.

I have experiencing an issue where we are setting the RecordTypeId field when creating a lead.  The lead gets created successfully but the record type is always set to the users default record type.  We have verified that the Record Type Id value we are using is valid, and is available to the user.

 

We were successful in getting the record type set by immediately updating the lead created with the record type id.

 

It seems strange that we can set the record type with the update method, but not the create method.

 

Thanks for any assistance.