on 2023 Mar 17 6:26 AM
Request clarification before answering.
Hi Jaime
Declare two parameters in your stylesheet like this:
<xsl:param name="candidateId"/>
<xsl:param name="applicationId"/><br>
Afterwards, you can get at the values using $candidateId and $applicationId.
Documented here.
Have fun with Cloud Integration and XSLT!
Regards,
Morten
P.S. If your XSLT mapping is immediately after your Content Modifer, you can also just extract those values directly in your stylesheet using the same XPath expressions, instead of storing them in properties first and then accessing those properties in the stylesheet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Morten,
Thanks for your time, this solution works perfectly.
Regards.
User | Count |
---|---|
71 | |
33 | |
9 | |
8 | |
8 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.