FUNCTION GetOriginalTableIOL$(tableName$, companyCode$)    
Returns the original version of this table's IOL (see ref=%cOriginalTableIolFH)
before being updated by the newly installed dictionary during this conversion run (Prior to UpdateTable).
 
 | 
 
| Parameter | Description |  
    | tableName$ | 
    [input, string] Table Name. | 
 
    | companyCode$ | 
    [input, string] Company Code. | 
 
  
 | 
 
    | Returns | 
    [string] The original IOL if available, otherwise null | 
 
  
 | 
 
FUNCTION IsModuleSetup(moduleCode$, companyCode$, dataLevel)    
 | 
 
FUNCTION IsModuleSetup(moduleCode$, companyCode$)    
Returns true if the module is setup for the company otherwise false. This method can be used during
conversion when the company data might not be found by SY_Session'IsSetup().
 
 | 
 
| Parameter | Description |  
    | moduleCode$ | 
    [input, string] Module Code. | 
 
    | companyCode$ | 
    [input, string] Company Code. | 
 
    | dataLevel | 
    [output, numeric] {optional} Module data level read from the options record. | 
 
  
 | 
 
    | Returns | 
    [bool] isTRUE if the module is setup for the company, otherwise false. | 
 
  
 |