logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
infotech@reesassociates.com  
#1 Posted : Monday, June 12, 2023 6:17:55 PM(UTC)
infotech@reesassociates.com

Rank: Newbie

Groups: Registered
Joined: 3/9/2023(UTC)
Posts: 8

Thanks: 5 times
I can see how I can recall an existing transaction, but they're all by ID. How do I search for the transaction ID of an existing transaction? Specifically looking for CustomerInvoices and checks. Am I just missing it in the LookupID function?

Thanks,
aarony  
#2 Posted : Monday, June 12, 2023 6:35:18 PM(UTC)
aarony

Rank: Administration

Groups: Administrators, Moderator, Registered
Joined: 2/28/2018(UTC)
Posts: 50
Location: Red Wing, MN

Was thanked: 3 time(s) in 3 post(s)
The CenterPoint SDK doesn't allow for a Transaction Lookup like it does for maintenance items, such as Customers and Sales Items.
The SDK is actually being depreciated for 3rd party development, instead, we would recommend using the new REST API which does have methods for searching for Customer Invoices and Receipts.

Alternatively, you could pull Customer Invoice/Receipt information from an applicable report using the Data Browser tool.

You can find more detail on the REST API here: https://www.redwingsoftw...om/home/developer-portal

Regards,

- Aaron.
infotech@reesassociates.com  
#3 Posted : Monday, June 12, 2023 6:59:14 PM(UTC)
infotech@reesassociates.com

Rank: Newbie

Groups: Registered
Joined: 3/9/2023(UTC)
Posts: 8

Thanks: 5 times
Aaron,
Thank you for the information.
I understand that the API is being phased out, but the REST API in its current state doesn't meet my needs. I need a batch job to run via the task schedule where a user is not logged into the computer. Is there a way to do this with the REST API that I'm missing? If not, what is the answer for the need for automated interfaces?

Thanks,
Mark
aarony  
#4 Posted : Monday, June 12, 2023 7:11:34 PM(UTC)
aarony

Rank: Administration

Groups: Administrators, Moderator, Registered
Joined: 2/28/2018(UTC)
Posts: 50
Location: Red Wing, MN

Was thanked: 3 time(s) in 3 post(s)
Mark,

Currently, no, you couldn't utilize the REST API on a machine that was logged-out of Windows.
You could install CenterPoint (and the REST API service) on a separate machine specifically for the interface.
CenterPoint itself doesn't have to be logged-in or running for the REST API service to work.

The alternative would be to use the Data Browser tool with the command line interface, which lends itself to Scheduled Task-based operations.

- Aaron.
Users browsing this topic
Guest (4)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.