Can anyone show me examples to add links to grid records, even passing the variable to the URL? I haven't seen any examples and would like a starting place for this.
Any help is appreciated!						
						| Hallie | |
| 
							Can anyone show me examples to add links to grid records, even passing the variable to the URL? I haven't seen any examples and would like a starting place for this. Any help is appreciated! 
							
								
								Posted Mar 9, 2017															
							
									Kool
														
						 | |
| Anthony Amolochitis | |
| 
							To add parameters to the url from your data row records your include the field name in the brackets {}. Example: http://YourDomain.com?parameter1={fieldId} Where fieldId is a field exists in your data set. 
							
								
								Posted Mar 9, 2017															
							
									Kool
														
						 | |