Check signature on NAV 2013

Hi Friends,

Anyone know how to upload/replace a signature used in generating checks in Dynamics NAV 2013?

Thanks,

Phil

Hi,

I think default check does not include any signature. So this should be a customization in your database. You can check the properties of the image control in the layout. If it is an embedded image, you can change in the layout itself. Otherwise it would be coming from some setup table which we can find out by checking the code.

Create a field Signature BLOB field and upload the signature to this field and in the check do calcfields(signature) and print the signature field. This is how I added the signature to the check.

Thanks! Your replies have been helpful.