Can you use “record.createdfrom.tranid” on an adva...
# ask-stanley-ai
r
Can you use “record.createdfrom.tranid” on an advanced pdf?
c
AI generated answer (using internal Slack threads):
Yes, you can use
record.createdfrom.tranid
in an Advanced PDF. However, it's important to note that this field will only return a value if the record was indeed created from another transaction. If the record was not created from another transaction, this field will be empty. In the context of Advanced PDFs, you can use this field to display the transaction ID of the original transaction that the current record was created from. This can be useful in scenarios where you need to reference the original transaction in your PDF. Here's an example of how you can use this field in your Advanced PDF:
Copy code
freemarker
${record.createdfrom.tranid}
This will output the transaction ID of the original transaction that the current record was created from. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.855447173
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.845034182
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838416934
Please provide your feedback on this answer.