Search found 23 matches

by elimalone19
Wed Feb 28, 2024 11:23 am
Forum: Crystal Report Development
Topic: Buisness Day Calculation
Replies: 2
Views: 24

Re: Buisness Day Calculation

Thank you, I will take a look.
by elimalone19
Tue Feb 27, 2024 8:03 pm
Forum: Crystal Report Development
Topic: Buisness Day Calculation
Replies: 2
Views: 24

Buisness Day Calculation

Hello,

Is there a function I could leverage in a custom stored procedure to calculate a due date? I need to add x number of business days to a date I'm querying.
by elimalone19
Tue Jun 06, 2023 6:57 pm
Forum: ReadyDoc Development
Topic: Page Number Inconsistency
Replies: 2
Views: 3530

Re: Page Number Inconsistency

Okay, thank you for letting me know.
by elimalone19
Mon Jun 05, 2023 11:25 am
Forum: ReadyDoc Development
Topic: Page Number Inconsistency
Replies: 2
Views: 3530

Page Number Inconsistency

On some files where the last page prints very close to the bottom, the page numbers are getting messed up. In the SoftPro preview the last page footer shows "Page 4 of 4". However, once I print or save the document the last page shows "Page 4 of 5". No fifth page is ever printed....
by elimalone19
Tue Apr 18, 2023 4:30 pm
Forum: Automation Code Snippets
Topic: Combine PDFs via Code Snippet
Replies: 1
Views: 3486

Combine PDFs via Code Snippet

This is a long shot, but is there any way to combine PDFs in the attachments folder of an order via a python code snippet?
by elimalone19
Mon Mar 20, 2023 5:27 pm
Forum: Automation Code Snippets
Topic: Update Trust Account with Automation
Replies: 5
Views: 5302

Re: Update Trust Account with Automation

I've just been informed that this can be done without code at all! If you follow the automation Process Wizard prompts there is a section under "Then" that says "Assign a specific trust account". This is much easier and is the way it should be done. I hope this is helpful to anyo...
by elimalone19
Mon Mar 20, 2023 1:27 pm
Forum: Automation Code Snippets
Topic: Update Trust Account with Automation
Replies: 5
Views: 5302

Re: Update Trust Account with Automation

I was able to figure out how to do this in a code snippet for anyone who is interested. Unfortunately I couldn't figure out how to dynamically pull a list of trust account guids in python so I had to get those from a database query and hard-code them in. I'd be interested to learn how to do that if ...
by elimalone19
Fri Mar 17, 2023 1:34 pm
Forum: Automation Code Snippets
Topic: Update Trust Account with Automation
Replies: 5
Views: 5302

Re: Update Trust Account with Automation

Can you point me in the right direction to start? I'm quite familiar with python, I just don't know how to access the field I need.
by elimalone19
Wed Mar 15, 2023 5:38 pm
Forum: Automation Code Snippets
Topic: Update Trust Account with Automation
Replies: 5
Views: 5302

Update Trust Account with Automation

Is there any way to update the trust account using a code snippet? We're adding a second trust account and we'd like to automate the selection of the account code.
by elimalone19
Tue Dec 27, 2022 12:09 pm
Forum: Crystal Report Development
Topic: Attachment Info
Replies: 2
Views: 4338

Re: Attachment Info

Thank you!