Print on Check As not printing on the check
# ask-stanley-ai
s
Print on Check As not printing on the check
c
AI generated answer (using internal Slack threads):
Based on the conversations, it seems like the issue of 'Print on Check As' not printing on the check can be resolved by modifying the check form to include a conditional statement that checks if the 'Print on Check As' field has content. If it does, it will print that value, otherwise, it will print the entity name. Here is the solution shared in the thread:
Copy code
<#if check.entity.printoncheckas?has_content>${check.entity.printoncheckas}<#else>${check.entity}</#if>
For the issue of the 'To Be Printed' checkbox unchecking itself, it was identified as a NetSuite defect. A workaround was provided which involves manually marking the 'Print' checkbox in the Account Register or using a Mass Update to set 'To Be Printed' to 'Checked'. As for checks printing upside down, it was suggested that this could be due to the printer settings or the way the check stock is fed into the printer. ****** 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.8629421
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.840602934
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.839951873
Please provide your feedback on this answer.