• diya kor
  • NEWBIE
  • 10 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies
My requirement is to create a approval process.
Object 1 has field :quantity  .
   If quantity is greater than certain number it needs to go for approval.
   Once approved  it should autopopulate the approved date field and  the name of the person who approved it in object 2. 
object 1 and object 2 have lookup relationship

Heres what I did .
 1. I went to approvals and created a approval criteria for quantity and did the Email Alert for Initial submission actions in approval process.
 2. I created a workflow rule for update on Object2
   
    workflow action1 : Field to update : Date of approval
                               Formula value : Today()
    
    workflow action2: Field to Update    : Approved by 
                              Formula value      : $User.Username

3.I go back to approval process-> approval steps->approval actions->Add existing..
I cant find field updates that i need to create because i created them in object 2 as object 1 and object have lookup relationship

How can I solve this problem. Any help is appreciated.
 
Hi ,
Im trying to auto populate a text field with the same value as I selected in the picklist. How can I add this as a workflow action.
If i select a value in the picklist the same value shuld be displayed as a text in the text field.
Im a newbie to salesforce and I really need help on this one.

Thanks!
Hi ,
Im trying to auto populate a text field with the same value as I selected in the picklist. How can I add this as a workflow action.
If i select a value in the picklist the same value shuld be displayed as a text in the text field.
Im a newbie to salesforce and I really need help on this one.

Thanks!