Manage 2000 8.1 contains 317 browser based functions compared to about 2200 PWS based functions.
A few of the browser based functions are abstract in that they can emulate a class of PWS based functions:
- ReportBuildRpt, for instance, accepts a module and report name and then emulates that specific REPORT.BUILD report.
- BatchProcess accepts a PWS function name and then emulates MT420, presenting the screen as a web page and submitting the request to DJS or MASTER.AGENT.
Given a PWS function name, BatchProcess will use the PWS SCREEN.BUILD definition referenced in the paragraph to generate a web page to gather user input. After prompting the user for input BatchProcess will submit the completed MT420 request to DJS or MASTER.AGENT.
By creating a record in FN.BUILD you are creating a web type pseudo-function, pre-configuring BatchProcess to run a specific MT420 function. You just need to create a web type function pointing to /MT/BatchProcess/BatchProcess.aspx passing in a parameter named FunctionName with a value like SHOP.LOAD.SUM.WK, and directing it to always run in a batch queue like a Master Agent AdHoc queue.
Once the FN.BUILD record is created your web function can be added to any menu through MENU.BUILD. You can add it to PWS menus, or just as easily to the web portal menu system.
No comments:
Post a Comment