Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi,
Scenario: I have created a mashup with admin credentials.
Few users are created: User1, User2 ....
These users are given read access to services required in mashup.
But still when logged into with user credentials, i am unable view and execute using widgets such as List, Menu, Button etc.
Also other cosmetic properties such font size, color and type are not reflecting for users.
What is the fix for this?
Thanks,
Kiran
Solved! Go to Solution.
For every new non admin user created ,User should have all required permissions to see the mashup properly .Like for example User should have run time permissions as well for all the services associated in the mashup .
Visibility permissions for all the entities like mashup and other associated entities (For ex. Master Mashup,Menu) and run time permissions for all the services should be in place for new created non admin users .For fonts,styling also if any style definition is associated in the mashup ,then new Users should have a visibility permission for style/state definitions .You can use debug tool (F12) in the mashup to see for which permissions it is failing there .
For every new non admin user created ,User should have all required permissions to see the mashup properly .Like for example User should have run time permissions as well for all the services associated in the mashup .
Visibility permissions for all the entities like mashup and other associated entities (For ex. Master Mashup,Menu) and run time permissions for all the services should be in place for new created non admin users .For fonts,styling also if any style definition is associated in the mashup ,then new Users should have a visibility permission for style/state definitions .You can use debug tool (F12) in the mashup to see for which permissions it is failing there .
Hi,
For the widgets used in mashup, there is no data found error.
means style definitions data is not available for non-admin users, only its name is visible.
I tried giving organization and runtime permissions also for non admin users, still its not working.
Please convey me where i am missing.
Thanks and Regards,
Kiran
Do you have runtime permissions for all the services and to the users ,that are bringing up the data into widget ? Can you share screenshot of the mashup and runtime permissions on services ?
Hi All,
Problem was i gave all permissions for mashups and style definitions created by me but for default styles i didn't.
It solved when i provided necessary permissions.
Thanks for the help.