cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

check if user has permission to access a part using API

spai-2
1-Newbie

check if user has permission to access a part using API

Hi ALL,

Could anyone help me with this. Need to know which API i can use to achieve this. I am new to Windchill and any help would be appreciated.

Regards

Sudeep

1 ACCEPTED SOLUTION

Accepted Solutions
BhushanNehe
14-Alexandrite
(To:spai-2)

You can use the following API:

wt.access.AccessControlHelper.manager.hasAccess(Object, AccessPermission.READ);

Regards,

Bhushan

View solution in original post

2 REPLIES 2
BhushanNehe
14-Alexandrite
(To:spai-2)

You can use the following API:

wt.access.AccessControlHelper.manager.hasAccess(Object, AccessPermission.READ);

Regards,

Bhushan

Hi Bhushan,

Thanks for the help.

Regards

Sudeep Pai

Top Tags