Adding signature to a purchase order

lanemarklanemark Member Posts: 83
I am looking at ways of adding a signature to a purchase order once it has ben approved.
Any ideas.
Alan

Comments

  • infonoteinfonote Member Posts: 233
    If you are using the classic client, add a boolean field to the purchase header.
    Once it has been approved, tick the boolean field programmatically.

    In the OnPreSection, if Boolean is set to true display section with signature that you have to create. If not, do not display it.


    lanemark wrote:
    I am looking at ways of adding a signature to a purchase order once it has ben approved.
    Any ideas.
    Alan
  • lanemarklanemark Member Posts: 83
    Ok thanks,
    Can this be done as part of the approval procedure, i.e can a different signature be added depending on who does the authorisation.
  • sunnyksunnyk Member Posts: 280
    Yes. Add a blob field in User Setup Table and named as signature. Import the signature of each user. then you add code on Purchase order report to bring that approver's signature.
Sign In or Register to comment.