Extension Sample for Search journal transactions is not working. #233
-
We have followed below MS sample extensions below for search journal transactions. RetailSDK_10.0.1725.71\SampleExtensions\CommerceRuntime\Extensions.SearchJournalCustomFiltersSample. We have hardcoded transaction Id's & applied filters to standard request in the OnExecuting event as follows:
The above request doesn't return any response even though the transaction ID is present in the database. Kindly let us know if there is any updated sample for the same which will work. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
https://github.com/zhangguanghuib/NewCommerceSDK/blob/main/POS_Samples/OnlineOrderPrintReceipt/Pos/Controls/Dialogs/SearchTransactionsDialog.ts |
Beta Was this translation helpful? Give feedback.
-
Hi @zhangguanghuib , We are currently hardcoding a transaction ID from four months ago which is stored in the database. It appears that our search function is not returning older transactions that are also available in the database. However, this same function is working properly for newly created transactions. I'm wondering if the below parameter affects the search capabilities of our search journal extension. If this parameter is left blank, what value does it default to? Additionally, what is the maximum value that we can input for this parameter? Thanks for your assistance. |
Beta Was this translation helpful? Give feedback.
Hi @zhangguanghuib ,
We are currently hardcoding a transaction ID from four months ago which is stored in the database. It appears that our search function is not returning older transactions that are also available in the database. However, this same function is working properly for newly created transactions.
I'm wondering if the below parameter affects the search capabilities of our search journal extension. If this parameter is left blank, what value does it default to? Additionally, what is the maximum value that we can input for this parameter?
Thanks for your assistance.