Pass value from host to web mashup
Hi, I have requirement that I need to enter the case id from host application(HTML) and this value need to be passed to web mashup as a value to data-pega-action-param-workid and this case has to be opened in web mashup. Can someone tell how to pass the parameter dynamically from host application?
I got the answer. I used the value from DOM element as [page/id/CasedID] where case id is the DOM element.