Description
Returns a parameter from a URL.
Signature
GetParamFromUrl('url', 'parameter')
Example
GetParamFromUrl( 'http://crm/main.aspx?etc=1&id=630dd379c-ee2f-11db-8314-0800200c9a5&pagetype=entityrecord', 'id' ) Returns '630dd379c-ee2f-11db-8314-0800200c9a5'
Parameters
Name | Type | Description | Required |
---|---|---|---|
url | xxxx | xxxx | xxxx |
parameter | xxxx | xxxx | xxxx |