Secured scripting using ObjMethod

With secured scripting, you can specify only these methods as the third parameter in an ObjMethod call.

Method Name Example
ObjectMethod ObjMethod("", "", "ObjectMethod", "CLEARRESULTS", Nothing)
UomStrConv Dim oFactor As Object = ObjMethod("","","UomStrConv", oUom,"KG")
IngrLowestStatus Dim OLowStatus As Object = ObjMethod("","","IngrLowestStatus")
AddOrderDetails ObjMethod("TESTORDER", stoCode, "AddOrderDetails", argsSC, argsTC)
ParentCode Dim oParent() As String = ObjMethod("","","ParentCode")
SwitchLanguage ObjMethod("","","SwitchLanguage","FR-FR","BEV")
Calc ObjMethod("FORMULA",_OBJECTKEY,"CALC",0,2)
get_Sid Dim Mspecid As Long = ObjMethod("SPECIFICATION", "", "get_Sid")