Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi
I am able to view the order list in the htmltext area. I have admin / composer access.
But for mashup read only users cannot see the order list.
Ex - <ol type="i"> <li>Machine fixing</li></ol> displays like below to me but not for other users, They can see other data in the same screen.
Solved! Go to Solution.
You have to provide permission following resource or service.
Resource: SecurityServices
Service in SecurityServices: SanitizeHtml()
Hi, @Vipul_Oswal Provide the permission for mashup and other entity-like things and datashape to the user.
You have to provide permission following resource or service.
Resource: SecurityServices
Service in SecurityServices: SanitizeHtml()
Hello @Vipul_Oswal
It definitely seems like a permission issue.
You can try the troubleshooting suggested by @Sathishkumar_C if still it fails i would suggest you to open the inspect ( developers tool ) for the mashup go to console and there you can see all the errors for permission of particular services or other entities once you provide all the necessary permission it will be resolved for you.
Please feel free to reach out in case you still face any challenges
Thanks