Skip to content

Commit e63bb37

Browse files
committed
Add a description to the Record ID prop explaining how to find the record ID
1 parent 238ea28 commit e63bb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/quickbooks/actions/download-pdf/download-pdf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
id: {
2929
type: "string",
3030
label: "Record ID",
31-
description: null,
31+
description: "Use the 'Id' property of the record's JSON object or open the record for editing in Quickbooks Online to find its ID in the URL after 'txnId=', e.g. 'https://app.qbo.intuit.com/app/invoice?txnId=22743'",
3232
},
3333
fileName: {
3434
type: "string",

0 commit comments

Comments
 (0)