| Scope: | Sample |
| Parameters: | customfieldName as a string |
| Description: | Returns the custom field value from its name. |
|
Syntax: |
GetCustomField(customfieldName as a string) as a string |
|
Example: |
CurrentSample.GetCustomField("MyCustom") returns the value of customfield named "MyCustom" in the current sample |
| Returned scope: | String Value |