Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
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.
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
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.
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.