Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
I want to give home mashup to every created thingworx user in particular group.
Currently i created user and added to studio-admin group by using service Now i want to give home mashup for every user or direct group for login?
I tried visibility permission service to group but confused don't know what to do.
I have added super admin user in super admin group, admin user in studio-admin group and trainer in trainer group.
how can i give home mashup to every user or group while creating user on mashup?
Please suggest
Here is my organisation.
Solved! Go to Solution.
In service edit/creation screen, under me/entities if you select a user or group you will find the services for setting home mashup for user or group.
Groups["MyUserGroup"].SetHomeMashup({
name: undefined /* MASHUPNAME */
});
Users["MyUser"].SetHomeMashup({
name: undefined /* MASHUPNAME */
});
In service edit/creation screen, under me/entities if you select a user or group you will find the services for setting home mashup for user or group.
Groups["MyUserGroup"].SetHomeMashup({
name: undefined /* MASHUPNAME */
});
Users["MyUser"].SetHomeMashup({
name: undefined /* MASHUPNAME */
});
hi rjanardan,
Thank so so so much it's worked.I'm finding that solution since last 4 to 5 days. Now i got it,
Just add one thing i'm saw in snippets there no service like you gave me but i just copy paste your code its successfully run.(thingworx 8.5)
Thanks for your support @rjanardan
Hi @Suraj2692.
If the previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Thank you for your participation in our community!
Regards.
--Sharon