Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
9 subscribers
Views
2284 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I want to retrieve all active users in the system and to insert them into a DB t
mohamedb
over 10 years ago
I want to retrieve all active users in the system and to insert them into a DB table. Is there a function or a smart service to help me do that?...
OriginalPostID-127007
OriginalPostID-127007
Discussion posts and replies are publicly visible
0
Mike James
Certified Lead Developer
over 10 years ago
This probably isn't quite as slick a solution as your were hoping for but it's probably how I'd do it....
Getting a list of all active users:
forum.appian.com/.../f-107358
Saving into a DB table:
1. Create a CDT of the user fields you'd like to save
2. Create a new process model that will run on a schedule to pull down all your active users using the method above (timer start node)
3. Map the user data to your new CDT (maybe using fn!group to get your users details)
4. Then use the Write to DB smart service to save the data.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
mohamedb
over 10 years ago
Thanks a million Mike; that helps!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel