Search
-
Hi 48b,
Can you make sure under the Authorization where you are using the API key the prefix of that key should be 'APIKey' followed by a space and then the TheActualKey'?
Here is an example:
APIKey ThisIsAnExample.
-Inder
-
I just tried the same URL and it works for me. Looks like there is an issue in some external tool, probably Azure data factory, that you are using. Can you confirm that the request url format is :
https://rest.method.me/api/v1/tables/SalesOrder?filter=TxnDate ge 'yyyy-MM-dd' and TxnDate le ...
-
Hi athakur,
Could you please share the error with me? Could you also share the request and response body from the postman, it will help me guide you better.
- Inder
-
I tested on your stock screen and template and it seems to be printing for me. Let me know how it goes.
-
Yes, I have received your message and tested the report on my end and it seems to have some problem. Then I tested this on the stock screen with the stock report (Printable Purchase Order) and it is working fine on the stock report. Since this is a custom report, it seems like something on the report is not validating and that is ...
-
Hello BeHappy,
Thanks for reaching out to Method Community.
Every report is unique, with specific actions and parameters driving them. While it might seem straightforward to print another report from the same button, there could be underlying actions preventing that. That appears to be the case here. If you'd like, I can take a ...
-
This is achievable by doing the same workflow as the WorkOrder Instruction field wrapped under the HTML editor.
Here is how you can define the text you want to open in a new link and define the link as well.
Hope this helps!
-
To add RecordID just add the RecordID with AND parameter something like this:
https://rest.method.me/api/v1/tables/SalesOrder?filter=TxnDate ge '2024-06-20' AND RecordID eq ’17335’
-
Replied on the thread here:
https://forums.method.me/cs/forums/p/13101/37084.aspx#37084
-
Hi athakur,
When you run the following query on your account, the response of that query has the next link generated with next 100 records in the list. For example if you run the below query:
https://rest.methodbuilder.com/api/v1/tables/SalesOrderLine?skip=0&top=100&filter=SORecordIDTxnDate le ...
|
|
|