• Z man0
  • NEWBIE
  • 30 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 7
    Questions
  • 7
    Replies
Hi  
I wanted  to update  field membership status in  object  contact   using this       contact.Membership_Status__c = "Approved";
when i open  object contact i can see  field membership Status has formula:
text( Latest_Membership__r.Membership_Status__c )
I am gettinh error 
The error returned was Unable to create/update fields: Membership_Status__c. Please check the security settings of this field and verify that it is read/write for your profile or permission set. 
​The  fields without formula i can update 
Please help 
 
Current Scenario: 

I have an active assignment rule that assigns cases to queues when it is created using "Email to Case". I am trying to build a process using process builder that needs to update the the follownig fields in the case record:
  • Picklist field
  • Owner ID
  • Record Type ID
Problem: Even though the record meets the criteria node, it is not updating the record;

Is there somethings that I need to consider? 




 
Hi Everone,

Happy New Year :)

Below is my case scenario: 

Users can close the case and re-open it for a period of 10 days; After 10 days, the case shouldn't be re-opened. Only certain profiles can reopen it after this point in time. I am thinking of Validation rule to implement it; Kindly let me know if you have any ideas for implementing this !

 
Hi Everyone:

I have 2 objects:
Object 1: Standard Object [Contact]
Object 2: Custom Object [Apple]
Relationship: Look up relationship. 
Apple records can be found under contact related list.

Is it possible to display the latest created date from the related list on the conact custom field "latest date"


 
Is there a way to convert the 15 digit case sensitive ID in reports into 18 Digit Case Insensitive ID ? 
or 
Is there a way to pull 18 Digit Case Insensitive ID into Reports? 
how to avoid the case assigned to a user who is not currently logged in to salesforce using validation rules?