asiGetAnalysisFieldVal
asiGetAnalysisFieldVal(o_analysis s_fieldName) =>g_value/nil
Description
Gets the value of an analysis field from the environment.
Arguments
|
Name of the analysis field for which you want to get the value. |
Value Returned
Examples
The following example gets the value of the from field for an analysis:
analysis = asiGetAnalysis( session 'tran )
asiGetAnalysisFieldVal( analysis 'from )
Related Topics
Return to top