• Laura Nak
  • NEWBIE
  • 10 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
I recently updated a field called "Account Name" by Dataloader. It is a lookup field to Account. For specifics records, If I enter in the page view (like in the Image), I will get the Old AccountId for this field. However, If I get the SOQL bellow,  I get the correct AccountId.
SELECT Account_Name__r.Id FROM MyCustomObject WHERE id = '906F0000000936WIAQ'
What could be happening?

User-added image
I know that some options that are in the sandbox might not be in production.
I'll have to disable a costum record type of Contact in production org. I need to know if it's possible to do it manually link in Sandbox or if I'll have to create a deploy package.

Another question:  Will I be able to deselect this record type from the  profiles that are using it in Production Org?