• Ashok Kumar 690
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Account names randomly keep disappearing from our opportuntities. It is definitely happening in the backend as it shows under my name being edited (I'm the admin). Salesforce support said that it might be caused by a managed all called "Dataloader Partner" but when we try to uninstall that app it gives an error "The component you are attempting to delete is part of a managed package, and cannot be deleted. For more information, see Insufficient Privileges Errors." any idea on how to resoolve this?User-added image

Ultimately I am wanting to create a custom field called PO Received Month which pulls the month of the PO Received Date field, but in text format, not number format.

 

Currently this is the formula I put in the Formula Text field but its spitting out "4" for April and "5" for May and I want it to read "April" and "May".

 

 

TEXT(( YEAR( PO_Received_Date__c )))

 Thanks in advance!