Defining variable value type

This article describes the standards that apply to define variable value types. All of the listed recommendations are mandatory unless noted otherwise.

To define a variable value type, use comparison with a type. Do not use any other methods.

Correct:

If TypeOf(Ref) = Type("DocumentRef.GoodsReceipt") Then

Incorrect:

If Ref.Metadata().Name = "GoodsReceipt" Then

Next page: Event log usage specifics

Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.