PLM之家精品课程培训,联系电话:18301858168 QQ: 939801026

  • NX二次开培训

    NX二次开培训

    适合初级入门或想深入了解二次开发的工程师,本培训结合ufun,NXOpen C++,大量的实例及官方内部的开发技术对于老鸟也值得借鉴!.

    NX CAM二次开发培训报名 NX二次开发基础培训报名
  • PLM之家Catia CAA二次开发培训

    Catia二次开发培训

    Catia二次开发的市场大,这方面开发人才少,难度大。所以只要你掌握了开发,那么潜力巨大,随着时间的积累,你必将有所用武之地!

  • PLM之Teamcenter最佳学习方案

    Teamcenter培训

    用户应用基础培训,管理员基础培训,管理员高级培训,二次开发培训应有尽有,只要你感兴趣肯学习,专业多年经验大师级打造!

  • PLM之Tecnomatix制造领域培训

    Tecnomatix培训

    想了解制造领域数字化吗?想了解工厂,生产线设计吗?数字化双胞胎,工业4.0吗?我们的课程虚位以待!

PLM之家PLMHome-国产软件践行者

【Aras 二次开发代码】为对象Item设置私有权限

[复制链接]

2018-8-1 13:56:44 1854 0

admin 发表于 2018-8-1 13:56:44 |阅读模式

admin 楼主

2018-8-1 13:56:44

请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!

您需要 登录 才可以下载或查看,没有账号?注册

x
Technique  
" _; q9 n; x$ u, H/ tUse the Item Class Extended Method set to set a new private Permission for an Item.
4 T* n% J4 S! Y: NJavaScript  $ P% S" u; b  z4 p) M
// Set up the Part query
+ P8 s4 n; o3 [8 M7 i# U% p0 Vvar innovator = this.newInnovator();
) G. n6 @0 H3 ~4 ^var qryItem = this.newItem("Part", "get");
: R0 V7 n, b% q  `0 ]* e9 W! ]- ZqryItem.setAttribute("select", "id,permission_id");
) J" m8 r( p% c- b; c, nqryItem.setProperty("item_number", "123-456%", "like");
  i- M% j, L2 K6 J1 {& q ) E# r# d2 k0 }' v' N
// Run the query and check for errors
& q- |; _: {9 s. l* `$ N; }4 hvar resultItem = qryItem.apply();
0 u; @* y7 g; s) C( e, \1 t3 @if (resultItem.isError()) {
- G* Y0 j  x' g- ]8 ~* h* B" p top.aras.AlertError(resultItem.getErrorDetail());
1 R+ X4 F0 X- w- w0 [ return;   K) _$ H1 @5 Q& ^
}
- l3 |0 f) b- g1 W $ }7 y% Z5 L. F% ~0 ]
// Iterate over the Items returned and add the private permissions for each. . w! g2 p& U/ L9 d1 H
var count = resultItem.getItemCount();
' }" V( {4 A8 f1 J8 n5 nfor (i=0; i<count; ++i) { , C8 {1 e. @/ b! B) c3 f$ f- }
var item = resultItem.getItemByIndex(i);
9 l% T$ h2 w9 [; v' s // Start with a blank permission
9 r- y- u8 @' [8 z- i var permItem = item.setPrivatePermission("");
. \! w  y+ m* U0 A& K% B) K, q // To copy from the current permission: permItem = item.setPrivatePermission();
6 r2 J* i# j6 z3 g& @ // To copy from a named permission: permItem = item.setPrivatePermission("New Part");
! O+ x" u( G  r' R 5 b( t% b  q  |3 C, b3 P6 }# ^
permItem.setProperty("name", permItem.getID());
+ |  d8 V2 ~$ o9 N  {. x permItem.setIdentityAccess("Component Engineering", "get", true); 6 e  ~% ~6 ~  S
permItem.setIdentityAccess("CM", "get", true);
4 A# G2 C- `' d1 T2 c+ B1 X' I permItem.setIdentityAccess("CM", "update", true);
: x8 {: x- E  _- Y, E" v
& F. C$ V; W* Q: |# s // Grant access to the current user's alias identity $ U; N/ g9 X3 p% H
var aliasId = innovator.getUserAliases().split(',')[0]; ) k) d- s' `0 W' C' |8 x
var aliasName = innovator.getItemById("Identity",aliasId).getProperty("name"); 7 H% g5 d1 N, u. C7 L1 J( H
permItem.setIdentityAccess(aliasName, "get", true); : r% x, p5 C. c4 R0 a' c% X2 P: {

1 x0 P1 E4 x; H1 j# s4 {7 a; M6 v4 v* u item.setAction("edit"); 6 R+ _' g' Z& z: B0 q
resultItem = item.apply();   x% G" Y: U" @
if (resultItem.isError()) { top.aras.AlertError(resultItem.getErrorDetail()); }
4 j$ }3 _6 z  \} 2 I- V/ m; T# a8 S( L
% d. f( y; y/ u$ s  e3 ~# n
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 www.diantuankj.com/ doTeam.tech
回复

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 注册

返回列表 本版积分规则

  • 发布新帖

  • 在线客服

  • 微信

  • 客户端

  • 返回顶部

  • x
    温馨提示

    本网站(plmhome.com)为PLM之家工业软件学习官网站

    展示的视频材料全部免费,需要高清和特殊技术支持请联系 QQ: 939801026

    PLM之家NX CAM二次开发专题模块培训报名开始啦

    我知道了