37 questions
-1
votes
0
answers
35
views
CPROFITEMS rows inserted via API appear at top instead of bottom — how to control insert order?
When inserting SKU line items into CPROFITEMS (sales order/quote lines) via the Priority REST API, the new row appears at the top of the list in the UI.
You can see the "signing date" order ...
1
vote
1
answer
270
views
Priority WebSDK Can't connect to server
I am using the default code from the Priority Web SDK package on npm but encounter an error stating "Can't connect to server." when attempting to connect to the Priority service. I'm unsure ...
0
votes
1
answer
290
views
I'm trying to get REST API call working with Priority Software
This is my call's URL:
https://us.priority-software.com/us3/odata/Priority/tabpe01n.ini/init51/FNCLOG?$select=FNCNUM,FNCTRANS,FNCIREF1,FNCIREF2,VFES_FNCITIREF,CREDIT1,DEBIT1,DC,SUM1,DETAILS,ACCNAME,...
0
votes
1
answer
155
views
Priority API: Getting image link instead of base64 content
When I fetch recent/new items with (full data row), the field: EXTFILENAME can cause system halt.
In order to fix that, I have to use the "fields" filter! My query will stop being dynamic, ...
0
votes
1
answer
215
views
accessing Priority form via REST API returns 404 form not ready
I did all configuration need as I read on priority SDK portal and other StackOverflow resources to use rest api:
Installed License.
created api user name.
in forms for api/limited license I pulled ...
2
votes
1
answer
129
views
Priority Version Number
Is there a way to get the Priority Version number via the Web SDK or REST API?
Specifically I need to be able to know which side of a breaking change a particular version is at to know how to proceed.
0
votes
1
answer
1k
views
How to use Priority API?
I'm trying to create a simple application that reminds me of two weeks before I was supposed to get a delivery. My data is store in a Priority database and I'm looking for a way to read it using code (...
1
vote
1
answer
251
views
What will be the best way to get only changed objects since specific date-time in priority-web-sdk ERP
I'm new to priority-web-sdk ERP.
I'm trying to get all the elements that were changed since a specific date-time.
I've tried to use the example from Priority postman collection:
https://www.eshbelsaas....
1
vote
1
answer
533
views
Priority REST API - Generating key for API Access
I am new to Priority and can't seem to find in the docs where I can generate an API key for accessing the REST API. It was my understanding that a user has to have the API license key enabled (which ...
0
votes
1
answer
440
views
Priority REST: My GET requests are getting http reponse 200 but no actual data inside
I am new to Priority but working with their REST API to get form information I need. As per the REST API docs I use Basic Authentication with a GET request to the service root (I believe in my ...
1
vote
1
answer
297
views
Download invoice PDF file through the Priority Web SDK
Is there an option to download the invoice PDF file through the Priority Web SDK?
I see in documentation only options to upload files https://prioritysoftware.github.io/api/form/#uploadFile
0
votes
1
answer
588
views
insert multiply records to a form, from JSON file using postman
How can I insert multiply records to a form using postman?
my data is in JSON file
and I use POST request:
"https://jrpostest.domjr.local/odata/Priority/tabula.ini/jrdf/SUPPLIERS"
getting ...
1
vote
3
answers
319
views
Does Priority support webhooks?
I am writing a service that integrates Priority with another application. I would like to know if Priority has webhooks or a similar mechanism that would allow my service to be notified when there are ...
0
votes
3
answers
1k
views
Problems using $select with $expand in Priority REST API
Using the Rest API, I'm trying to use $select with $expand like this:
https://priority.company.biz/odata/Priority/tabula.ini/company/DOCUMENTS_D?$filter=CURDATE ge 2020-01-01 and CURDATE le 2020-01-...
0
votes
1
answer
301
views
Getting 403 Error with Priority integration
I'm trying to integrate with Priority REST API and using
https://prioritysoftware.github.io/restapi/#Service_Root_URL for this.
But when I'm trying to call some API's (for example https://www....