We are currently performing maintenance on Appian Community. As a result, discussions posts and replies are temporarily unavailable. We appreciate your patience.

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 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