Skip to main content
Tanmay Choudhari (Accenture) 님이 #Case에 질문했습니다

I have created a custom clone button to clone the case record. While cloning i want to populate the parentId field with case.id from where we are cloning the case. Have written this but not working. Any help is appreciated!

 

/{!Case.Id}/e?clone=1&defaultFieldValues=ParentId={!Case.Id}

 

#Case #Service Cloud #URL Hack #Custom URL Button

답변 6개
  1. 2024년 1월 30일 오후 5:00

    @Tanmay Choudhari this is not available for Lightning Experience, you will have to use either a Lightning Component or a Flow to do this, not a button with a custom URL.

0/9000