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
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
Well, there seems to be an issue with the API that only you know the details. I am not sure how to help you here?
we achieved the same thing in 21.x and still its working but when i am trying to do the same in 23.x and different environment it is not working.
"webapi/printRecordToPDF?recordTypeUrlStub=summary&recordIdentifier=15&recordViewUrlStub=summary" - this we are concating with domain url till suite and when user click on card layout link which has url in safe link user is being navigated to record summary and get option to save as PDF.