• Abhi Vyas
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
I have type and request objects so when one record on type is submited for approval then request obj field status should update to reiew.how can i acheive this.can any one give me solution
Hello,
Below is the valition rule which i have created. The requirement- whenever the stage is set to as 'Closed Lost' , the loss reason need to be mandatory for the different record types mentioned in the rule. 
The rule is not getting triggered and i am able to save opportunity without prompt of the error
Please advice

AND
(ISPICKVAL(StageName, "Closed Lost"),OR ($RecordType.Name = "Lending_Closed",$RecordType.Name = "Non_Lending_Closed",$RecordType.Name = "Non_Lending",RecordType.Name = "Lending"),
ISBLANK(TEXT(Loss_Reason__c)))

Thanks,
BD
Hi,
I am quite new to Salesforce. how to know the relationship between the standard object. Like what is relationship between Quote and Opportunity , Quote Line Items and Opportunity.