string linkModuleString="/Product Lifecycle Management/10 Administration/Accords";
Link lnk;
LinkRef lnkRef;
ModName_ otherMod = null;
Item linkModItem = itemFromID(uniqueID(item(linkModuleString)));
linkModName = fullName(linkModItem);
for lnkRef in all(obj<-linkModName) do
{
otherMod = module (sourceVersion lnkRef);
if (!null otherMod)
{
if ((!isDeleted otherMod) && (null data(sourceVersion lnkRef)))
{
load((sourceVersion lnkRef),false);
}
}
}
for lnk in all(obj<-linkModName) do
{
Object src = source lnk;
if ( isDeleted(src) || null(src) ) continue;
display src."Object Text" "";
}
Gefällt mir:
Gefällt mir Wird geladen …
Ähnliche Beiträge