Skip to main content
Solved

Logistic Transactions

  • May 21, 2025
  • 3 replies
  • 37 views

Forum|alt.badge.img+7

 

Hi in Version 15.4.10.0,  does any one know what would be the API script to pull all data from “Logistic Transactions” module.

 

I have the sql behind it but this needs to be copied over to another appliccation via api

 

 

Best answer by Joshua Liem

Hi Nazish,

 

The Logistic Transactions is using

Entity: log_trans
Query: log_trans_ex_scrl

 

Tips:

You can find out the entity and query of a module by enabling the debug mode. It will be recorded in Window Even Viewer, Application and Services Logs.

 

Regards,

Joshua
 

3 replies

Forum|alt.badge.img+12
  • Superhero (Employee)
  • May 21, 2025

Hi Nazish,

 

Have you tried to export them to Excel File?

 

 

Regards,

Joshua


Forum|alt.badge.img+7
  • Author
  • Sidekick (Customer)
  • May 21, 2025

Hi Joshua , yes that works .

But in this case we are trying to export this same data over API into some other applicaton.

procress would be something like follows : Dell Boomi to connect to Alliance wsdl ,  login , then pass a query in send SendSynchronic etc

 

Below is some testing from postman .

So the question would be which scrl file do i call to get the information displayed on the ‘logistic transaction ‘ module

 


Forum|alt.badge.img+12
  • Superhero (Employee)
  • Answer
  • May 22, 2025

Hi Nazish,

 

The Logistic Transactions is using

Entity: log_trans
Query: log_trans_ex_scrl

 

Tips:

You can find out the entity and query of a module by enabling the debug mode. It will be recorded in Window Even Viewer, Application and Services Logs.

 

Regards,

Joshua