RPE 6.0.6.1 - Publish a review - get _reviewURI
Hi,
When publishing a review from the WebUI in DNG, how can I determine the reviewURI?
The datasource is configured with the publish parameter artifactReviewUri=...
Is there anyway I can extract this parameter from the datasource URI in the template file?
I tried using _sessionInfo.getDatasourceProperty("reviews","URI","-");
But this doesn't return anything... not even the "-" default value, like the method doesn't exist.