• Jessica Babe
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
We are looking to automate our pipeline to move forward one stage once a sales user clicks a button that takes them to a URL to create their  quote. Is it possible to automate the stage change on the click of the button?

Thanks!

Jessica
Please help me with the code to unlock Opportunity record submitted for approval.
Hi,
 
I need small favor from you, help me on below issue please.
 
Requirement à In Approval Process quote(Object) records gets Locked Automatically, when the user approves . We want to unlock the record using Trigger.
 
Salesforce newly implemented method called unlock(recordsToUnlock), but it’s not  working as expected.
Ref: https://releasenotes.docs.salesforce.com/en-us/winter16/release-notes/rn_apex_approval_locks_unlocks.htm
 
  1.       I am updating the status field in Quote when user approves, from approval Process.
  2.       In debug logs it’s coming into the trigger, I guess record is locking after the trigger fires.
  3.       May be the problem with Order of execution.
 
Could you please help me, Is there any way to resolve this issue.
 
Thanks
Prem