Search found 8 matches

by skosloske
Wed Jan 24, 2024 9:17 am
Forum: Integration Development
Topic: Error opening orders created before SPS version upgrade. Could not load file or assembly 'SoftPro.EntityModel' ...
Replies: 4
Views: 1624

Error opening orders created before SPS version upgrade. Could not load file or assembly 'SoftPro.EntityModel' ...

We are receiving errors in our production environment when trying to open (via the SDK) SPS orders created before our 5/16/2021 SoftPro Select version upgrade. Current version is 4.3.60210.119 (4.3.41) Previous version was 4.3.60108.11 (4.3.10.1) - before 5/16/2021 We can successfully open & pos...
by skosloske
Wed Dec 27, 2023 9:09 am
Forum: Integration Development
Topic: Cannot add Invoice Payments via the SoftPro Select SDK
Replies: 4
Views: 27087

Re: Cannot add Invoice Payments via the SoftPro Select SDK

UPDATE : We found the root cause of this issue was a new COR that was setting invoice payments to read only for certain scenarios. That explains why we are receiving the 'cannot access member' for orders created after a certain date. Please disregard this question and thank you for your initial res...
by skosloske
Tue Dec 26, 2023 9:23 am
Forum: Integration Development
Topic: Cannot add Invoice Payments via the SoftPro Select SDK
Replies: 4
Views: 27087

Re: Cannot add Invoice Payments via the SoftPro Select SDK

The 'Cannot access member.' error is thrown in the AddPayment method @ payments.Add(invPayment); I am able to add notes for these same orders if I bypass the AddPayment. I am also able to add payments to older orders successfully. Thanks! private void AddInvoicePaymentsAndNotes(IOrder order, Invoice...
by skosloske
Fri Dec 22, 2023 4:54 pm
Forum: Integration Development
Topic: Cannot add Invoice Payments via the SoftPro Select SDK
Replies: 4
Views: 27087

Cannot add Invoice Payments via the SoftPro Select SDK

We are trying to post payments to invoices via the SoftPro Select SDK and are receiving ' Cannot access member .' response on some but not all orders. While debugging I see that orders that accept invoice payments have the following property at the invoice->payments level: SoftPro.ClientModel.Collec...
by skosloske
Thu Oct 05, 2023 5:00 pm
Forum: Integration Development
Topic: Notes - updatable properties
Replies: 2
Views: 4705

Re: Notes - updatable properties

Thanks for the quick reply!
by skosloske
Thu Oct 05, 2023 9:34 am
Forum: Integration Development
Topic: Notes - updatable properties
Replies: 2
Views: 4705

Notes - updatable properties

Is there any way to update/set the CreatedOn and LastModifiedBy properties for an Order Note through the SoftPro Select SDK? We are using version 4.3. Thanks!