User bio
404 bio not found
Member since Feb 4, 2016
Posts:
Replies:
Isnt this the data from the class/table %SYS.Task and why not just use SQL or Objects?
In the past what I have done is define a Web Application with a REST Dispatch class and in that class serialize the data from the JSON payload into a real message class with properties. In this way the Business Service receives a request object with the properties defined and now the Message Viewer has the expected functionality. This also means that the business service is not purlely a tied to REST. Anyone that sends a proper pRequest object can use the business service.
Certifications & Credly badges:
![HealthShare Patient Index Technical Specialist](https://images.credly.com/images/143033b7-3ddb-4371-aa5c-39ff6a292c8a/image.png)
![InterSystems IRIS Core Solutions Developer Specialist](https://images.credly.com/images/44ad9e06-ae9e-4b13-9eb2-545da56031cc/image.png)
![InterSystems Certification Subject Matter Expert - Specialist Level](https://images.credly.com/images/e5545e34-3aa0-4bef-abf0-232bf618fb84/image.png)
![InterSystems IRIS SQL Specialist](https://images.credly.com/images/df7e0acf-795e-4027-ad75-26fc611ceebf/image.png)
Global Masters badges:
![DC Commenter](https://community.intersystems.com/sites/default/files/badges/dc_commenter_1.png)
![DC Problem Solver](https://community.intersystems.com/sites/default/files/badges/dc_problem_solver_1.png)
![InterSystems Researcher](https://community.intersystems.com/sites/default/files/badges/researcher.png)
![Master of Answers](https://community.intersystems.com/sites/default/files/badges/master_of_answers.png)
![Challenge Starter](https://community.intersystems.com/sites/default/files/badges/295959213-b83dd91a-663f-4f07-8e0e-e3287b7c2309_0.png)
Followers:
Stephen has no followers yet.
Following:
Stephen has not followed anybody yet.
name($Username) or fullname?
some form of
select name,Fullname from security.Users
with the appropriate where clause would work, albeit it has to be run in %SYS.