how to configure signature field ?

In signature field , i am unable to configure target document. could any one help me out !!!

  Discussion posts and replies are publicly visible

Parents
  • Certified Lead Developer

    The target is a constant pointing to a folder. This is similar to the file upload field.

  • Hey , Hope you doing fine.

    I am getting this error , when i  am trying to save signature field. But i have created constant for document for

    saving. Signature field data type will be Document Right?

    Could you help me out this challenge.

    a!signatureField(
                                label: " Signature",
                                labelPosition: "ABOVE",
                                target: cons!TS_SIGNATURE_DOCUMNET,
                                fileName: loggedInUser() & "_signature_" & today(),
                                fileDescription: loggedInUser() & "'s signature on" & today(),
                                value: ri!claimRequest.signatue,
                                saveInto: ri!claimRequest.signature
                              )
     But i have created constant for document

Reply
  • Hey , Hope you doing fine.

    I am getting this error , when i  am trying to save signature field. But i have created constant for document for

    saving. Signature field data type will be Document Right?

    Could you help me out this challenge.

    a!signatureField(
                                label: " Signature",
                                labelPosition: "ABOVE",
                                target: cons!TS_SIGNATURE_DOCUMNET,
                                fileName: loggedInUser() & "_signature_" & today(),
                                fileDescription: loggedInUser() & "'s signature on" & today(),
                                value: ri!claimRequest.signatue,
                                saveInto: ri!claimRequest.signature
                              )
     But i have created constant for document

Children