Hi all,
I have a requirement of adding documents which has to be related to a case.I have tried it using record actions of document by giving a dropdown of cases to relate the document to the case selected.
But I have to do it without using dropdown .So I have tried it using start process link in cardlayout.It was working fine but after triggering the process it has to go to previous page where i have an option as documents grid in summary page, but in my case it was navigating to the previous tab in the same summary page which has another grid in it. I am using start process link in 2nd button but it was navigating to the 1st button in the same page.Is it possible to open the start process link in dialog box? or Is it possible to add documents and directly relate them to the case without using dropdown?
Kindly refer the below file where it contains the screen recording of the exact issue that i am facing.
Discussion posts and replies are publicly visible
Hello tenikark3024 ,
Create a process variable with your caseNumber and configure it as a parameter. Since it is a related action you will be able to pass the related record or the record context from the Actions configuration. So using this Id you can map it into all the documents in a script inside the process model.