Search found 122 matches

by ckootg
Mon Jul 31, 2023 2:54 pm
Forum: Integration Development
Topic: Inconsistent "The transaction date must be today or tomorrow." message
Replies: 5
Views: 3628

Re: Inconsistent "The transaction date must be today or tomorrow." message

  • Standalone application
  • Specific times for success and failure
    • success 2023-07-19 18:04:18.903, 2023-07-19 18:04:35.013
    • failure 2023-07-19 18:04:04.930, 2023-07-19 18:04:35.013, 2023-07-19 18:04:57.703
  • Successful transactions mixed in failed transactions
by ckootg
Fri Jul 28, 2023 7:49 pm
Forum: Integration Development
Topic: Inconsistent "The transaction date must be today or tomorrow." message
Replies: 5
Views: 3628

Re: Inconsistent "The transaction date must be today or tomorrow." message

They happened after 6pm. I don't have access to spAdmin, but from what I could gather from the database, the start of business day is 1753-01-01 00:00:00.000 and end of business day is 1753-01-01 23:59:00.000.
by ckootg
Mon Jul 24, 2023 9:56 pm
Forum: Integration Development
Topic: Inconsistent "The transaction date must be today or tomorrow." message
Replies: 5
Views: 3628

Inconsistent "The transaction date must be today or tomorrow." message

We're seeing inconsistent "The transaction date must be today or tomorrow." messages. When trying to post transfer in/out transactions after hours , some transactions will post successfully, while others get "The transaction date must be today or tomorrow." message. We haven't se...
by ckootg
Tue Jul 05, 2022 9:53 pm
Forum: Integration Development
Topic: Printing a document (check) through the Documents API
Replies: 2
Views: 757

Printing a document (check) through the Documents API

We've been printing checks via the Documents API, which has worked, but have now run into a peculiar issue. The check template crystal report has been changed to display a "Approver and disburser cannot be the same person" message. I have the crystal report and when I preview the report in...
by ckootg
Wed Mar 16, 2022 5:48 pm
Forum: Integration Development
Topic: Unlock Dormant Ledger
Replies: 4
Views: 812

Re: Unlock Dormant Ledger

Duh is right. Thanks for the answer.
by ckootg
Fri Feb 25, 2022 5:01 pm
Forum: Integration Development
Topic: Unlock Dormant Ledger
Replies: 4
Views: 812

Unlock Dormant Ledger

How do I unlock a ledger that has been auto locked? I've tried setting IsDormancyLocked to false and resetting the AutoLockedOn field. ledger.IsDormancyLocked = false; ledger.AutoLockOn = new Date?(); ledgersManager.ApplyChanges(); When unlocking via Select, a "Verify Ledger Unlock" messag...
by ckootg
Fri Jan 15, 2021 2:57 pm
Forum: Integration Development
Topic: CSS: Get the next line in a section
Replies: 12
Views: 2606

Re: CSS: Get the next line in a section

Sorry Bob. It turned out to be a permission on the account we are using. The ProForm\Order\Escrow Closing\Commerical\Section Editor permissions was removed for some reason. Code works now.
by ckootg
Thu Jan 14, 2021 9:44 pm
Forum: Integration Development
Topic: CSS: Get the next line in a section
Replies: 12
Views: 2606

Re: CSS: Get the next line in a section

This was the code I copied // Get the first CSS. IList CSSs = (IList)order.GetProperty("CSSs"); IOrderItem css = (IOrderItem)CSSs[0]; // Look up the section from the dictionary by Section Code. IDictionary sections = (IDictionary)css.GetProperty("Sections"); IOrderItem section = ...
by ckootg
Thu Jan 14, 2021 9:43 pm
Forum: Integration Development
Topic: CSS: Get the next line in a section
Replies: 12
Views: 2606

Re: CSS: Get the next line in a section

I copied your code from this page
by ckootg
Thu Jan 14, 2021 9:42 pm
Forum: Integration Development
Topic: CSS: Get the next line in a section
Replies: 12
Views: 2606

Re: CSS: Get the next line in a section

Just to clarify. The code using the dynamic object to call the NextAvailableLine method worked prior to us upgrading to version 4.3.41.