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 仅在第一次损失流程通知中显示索赔数据的主要内容,如果未能解决你的问题,请参考以下文章

如何仅在 iphone 中显示特定的推送通知?

UNUserNotification 是不是可以选择仅在 Apple Watch 上显示通知?

iOS AirPlay:我的应用程序仅在镜像打开时才收到外部显示器通知?

php WPForms:拆分第一个Name字段,以便仅在通知文本中显示First Name

intent.getParcelableExtra() 仅在第一次发送推送通知时返回空值

Flutter Local Notification 仅在 Android 上显示点