USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Set an xAssets form data source by parsing a URL string
Registers a data source derived from parsing a URL's query string. If the URL contains a valid query string, it is converted to XML and used as the data; otherwise an empty nodata node is used. FieldsMustExist is set to false since URLs can omit fields.
| Parameter | Description |
|---|---|
| cmd | item key |
| Argument 0 | type |
| Argument 1 | subjectid (numeric) |
| Argument 2 | tablename |
| Argument 3 | querystring |
| Argument 4 | mode |
| Argument 5 | URL to parse |
| Argument 6 | Boolean to signal whether to Tag the fields or keep the original database field names |
DataSourceFromUrl "item key", "type", "subjectid (numeric)", "tablename", "querystring", "mode", "URL to parse", "Boolean to signal whether to Tag the fields or keep the original database field names"