M
mbanks
Guest
You should be able to get the path parameter without the URI prefix. For example, GetPathParameter( "custnum" ) instead of GetContextValue( "URI_CUSTNUM" ). The difference is that the path parameter names should be as defined in the URI template and the ones in the context have a URI prefix to set them apart from other context values.
Continue reading...
Continue reading...