vbscript 仅在第一次损失流程通知中显示索赔数据

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vbscript 仅在第一次损失流程通知中显示索赔数据相关的知识,希望对你有一定的参考价值。

Dim objClaim As clsClaim
objClaim = GetObjectToBeUsedForThisClass(GetType(clsClaim).Name, ListOfObjectsToBeUsedInFormula)
if objClaim Isnot nothing then
   Trace("objClaim found " & objClaim.AsString("") , 7)
   Trace("objClaim status " & objClaim.ClaimStatus , 7)
   if objClaim.ClaimStatus=1 then
       result(0)=true
        '1=cCLAIM_STATUS_FIRST_NOTICE_OF_LOSS
   else
        result(0)=false
    end if
else
   Trace("objClaim not found" , 7)
end if

以上是关于vbscript 仅在第一次损失流程通知中显示索赔数据的主要内容,如果未能解决你的问题,请参考以下文章