Mapping property values to attribute values in a request
I am looking to map property values to attribute values in a request. For example I would like to externalize the value of Description, DisplayName and Name in the request below. How can I do that? ...
Thanks a lot. It worked like a charm. Being dumb I thought putting ${#Project#orgname} would take it as a literal string and wouldn't work. But it does. Thanks again.