Create and Manage print request over BeasCommonService
Allow WEB APP related print requests on server side and managing of session related print requests
Or start Print service over beas common service from desktop application
Note:
This command create only an entry in beas common service and don't execute the report self.
The report will be created always on the server, on which the beas common service is running.
Only Network printer supported.
See beas common service concept
Idea of this service is to send print command from WEB APP to backend
or to use it, if the backed is running synchrony. By using WEB APP's all transactions are asynchronous.
Post:
WEB Service
if StationId, LocationId, ProgramId, AppId or PersnnellId not defined, the system will use the current information (example from current web session)
// Print document over BeasCommon Service
post PrintService
{
"Title" : "Workorder",
"PrintType" : "Crystal",
"ReportName":"workorder.rpt",
"Parameter":{"Auftrags-Nr:":6002142,"belpos_id_von":10,"belpos_id_bis":10 }
}
// Get current Status
get PrintRequest?$select=PrintRequest,Title&$filter=SessionId eq CurrentSessoinId