Mapping for creator attribute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mapping for creator attribute
Hi.
For table "My Tasks" i need to show some attribute (postalAddress) of PromotionNotice creator.
So i added alias attribute for wt.workflow.work.WorkItem and tried to set the mapping as follows:
primaryBusinessObject^wt.maturity.PromotionNotice~creator^wt.org.WTPrincipal~postalAddress
But Windchill says this mapping invalid. I tried some other options but without any success.
Is there any posibility to make such mapping:
WorkItem -> PromotionNotice -> creator -> postalAddress
?
Thanks.
- Labels:
-
General Customization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have taken many tests and postalAddress attribute can't work because postalAddress is not stored in WTUser database table which is stored in Windchill Directory Service ldap. If we use like "fullname" which can work. So suggest to give up it.
I write mapping field as this : primaryBusinessObject^wt.maturity.PromotionNotice~creatorRef^wt.org.WTUser~fullname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mapping
primaryBusinessObject^wt.maturity.PromotionNotice~creatorRef^wt.org.WTUser~postalAddress
looks like one i need.
But "postalAddress" data type is HTMLText. Since i can't create attribute of this type, the problem is unsolvable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I know you want to get postalAddress info. What I mean is that we can't mapping the attribute which is not stored in WTUser table. It is not related with HTML text. postalAddress is stored in ldap not in WTUser table so mapping can't get it.
