Edit

HavePicture (mnemonic)

Result Type: Boolean

Definition:  Tests for existence of an image file related to a record identified by an image mnemonic. Image mnemonics are a string beginning with "transaction:", "product:", or "key:" and followed by a key value. The special mnemonic "logo:" is also supported to identify the company logo for the document.

Examples: 

HavePicture("product:BC100")

returns true if product BC100 has a product image.

HavePicture("transaction:1234")

returns true if transaction sequence number 1234 has an attached image.

HavePicture("logo:")

returns true if the document has a company logo.