User bio
Long time developer with intersystems technology, I'm working for InterSystems in Italy on the TrakCare side.
Member since Jun 13, 2016
Posts:
Replies:
Yes, you have to give this role to everybody who need that resource to be used.
Hi, in order to do that you need to create a resource first (see: https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...), assign that resource to your application (see: https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...) and or zen page (see: https://docs.intersystems.com/ens201817/csp/docbook/Doc.View.cls?KEY=GZA... ) then assign this resource to your role (see: https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI...) and then assign this role to your users.
Hope this can help
Followers:
Davide Vittorio has no followers yet.
Following:
Davide Vittorio has not followed anybody yet.
Global Masters badges:





The User table is SQL Mapped so I guess you can simply use the sql INSERT statement to insert users data into that table or, if you prefer, just create a new instance of the User object using .%New() and populate all the needed property of the User object.
Just pay attention to Group, Profile and password.