コミュニティ

How to keep "PONumber" field as a Mandatory field in Verification Station? 回答済み

HI,

I want to keep the "PONumber" field as a Mandatory field in Verification Station. I have written the script in

"Project Properties>>Stage Tools>>Verification>>Add Event>>On Closing Document". Below is the script:

if(DocumentEditor.Document.Field("Invoice Layout\\PurchaseOrder\\OrderNumber").Text=="")

{

CanClose.Value=false;

}

But the above Script doesn't works. It is throwing an error ("No field with name "Invoice Layout\PurchaseOrder\OrderNumber").

 

How to keep this PONumber as a Mandatory field in Verification Station?? Please help me

Thanks in advance

 

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Permanently deleted user

    Hello,

    Please use this string as Full Field Name: "Invoice Layout\PurchaseOrder[0]\OrderNumber".

    0

サインインしてコメントを残してください。