To map Dataset information to Solid Edge in the SEEC Admin Guide it advises to use the following syntax:
Dataset_Status : last_release_status.name /master=iman / description="Dataset Status"
Dataset_Status_Date : date_released /master=iman /description="Dataset Status Date"
Using this I was able to map this information to the title Block of a .dft file.
However it is not possible to map the "last_mod_user" or the "owning user"
I have tried the following mapping syntax to map this information to a custom attribute:
{ Dataset type="SE Draft"
{ Item type="<My Custom Item Type>"
Dft_Creator : owning_user /master=iman /description="Dft_Creator"
Dft_last_user : last_mod_user /master=iman /description="Dft_last_user"
}
}
What is the correct Syntax to map this information?
Solution
Depending on where you want to extract the value from here some example mappings:
Mapping the
Item user properties:
{ Dataset type="SE Draft"
{Item type = "Item"
"Created by" :Item.owning_user.user_id /master=iman /description="Created by"
"Modified by" :Item.last_mod_user.user_id /master=iman /description="Modified by"
}
}
Mapping the
Item Revision user properties:
{ Dataset type="SE Draft"
{Item type = "Item"
"Created by" :ItemRevision.owning_user.user_id /master=iman /description="Created by"
"Modified by" :ItemRevision.last_mod_user.user_id /master=iman /description="Modified by"
}
}
Mapping the
Dataset user properties:
{ Dataset type="SE Draft"
{Item type = "Item"
"Created by" :owning_user.user_id /master=iman /description="Created by"
"Modified by" :last_mod_user.user_id /master=iman /description="Modified by"
}
}
Hardware/Software Configuration
Platform: all
OS: n/a
OS Version: n/a
Product: SOLID_EDGE
Application: DOC_MANAGEMENT
Version: V221.0
Function: SEEC
Ref: 002-8550578