ObjMethod
You can use this function for Optiva Workflows, Copy Methods, and Equations.
Purpose
Applies a method during a workflow, object copy, or calculation.
Syntax
Dim variable As Object = ObjMethod(Symbol,Object,Method,[Parameters])
         Arguments
| Part | Description | 
|---|---|
Symbol  | 
             Type of object. Use empty quotation marks for the current symbol for the workflow or equation, or the new object for the copy method. | 
Object | 
             Object on which to apply the method. Use empty quotation marks for the current object for the workflow or equation, or the new object for the copy method. | 
Method  | 
             System method that is applied. | 
Parameters  | 
             Parameters that are required for the chosen method. | 
Description
ObjMethod applies a system method to the workflow, copy method, or equation. Contact your implementation consultant for information on the methods currently available.
| Method | Description | 
|---|---|
 CALC  | 
             Calculate a formula. | 
 CONSTITUENTROLLUP | 
             Roll up parameter values from a constituent formula to its raw material item. | 
 FILTERCHANGE  | 
             Specify a filter for retrieving the parameters in an alternate unit of measure. | 
 INGRLOWESTSTATUS  | 
             Find the lowest status for a formula. | 
 SCALE  | 
             Rescale the formula ingredients. | 
 UOMSTRCONV  | 
             Create a conversion factor. This is used for formula workflows only. | 
 CALC  | 
             Execute the calculation for an Analysis object. The Symbol is ANALYSIS.RESULT. | 
            
CLEARRESULTS  | 
             Clear results from an analysis. | 
 GENERATE | 
             Use for ingredient statements. Apply the Ingredient Statement Rule to generate the Preview text. | 
 PREVIEW  | 
             Update the Preview text with edits from the tab. | 
SWITCHLANGUAGE  | 
             Switch the language of an ingredient statement without altering the current order of the ingredients. | 
 LOADSOURCETP | 
             Use for Label Content objects. Execute the on the Parameters tab. | 
 UPDATELABELTEXT  | 
             Update the Ingredient Statement in the Label Content form. | 
 SETPASSWORD | 
             Assign a password to a user. | 
EXECUTE  | 
             Use for Web Reports. Execute a quick search and add the results detail object to the dataset for a report. | 
 RECALL | 
             Cancel a workflow after launching it. |