How to print a record?

In the record screen, there are options to refresh and download. similarly, is there a way to configure print option?

 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Carlos Santander

    Hi I am trying to use webapi print record to pdf but am getting 404 error. please let me know if you have implemented it.

    a!cardLayout(
    contents: a!richTextDisplayField(value: a!richTextItem(text: "Test"), ),
    link: a!safeLink(
    uri: "MyEnv-Dev/suite/webapi/printRecordToPDF?recordTypeUrlStub=summary&recordIdentifier=15&recordViewUrlStub=summary"
    )
    )

    above is the code snippet.

    Thanks

Children