General InformationThe By default, the PLM Parameter name ( Administrator
can add a deployment extension on Data Collect Label that adds an
attribute that manages the mapping between a resource and Data Collect
Label. This allows the Data Collect to map some attribute on the resource.
Ideally, this mapping is to the resource Output Arguments
Samplelet PLMParmAttrName(String) let DCAttrName(String) let ResourceAttrName(String) let DataCollectCustomizedAttrName(String) PLMParmAttrName = "name" DCAttrName = "V_WIDC_Label" ResourceAttrName = "PLM_ExternalID" DataCollectCustomizedAttrName = "Custo_Resource_Name" Parameters->SetAttributeString("MappingAttributePLMParameter", PLMParmAttrName ) Parameters->SetAttributeString("MappingAttributeDataCollect", DCAttrName) Parameters->SetAttributeString("MappingAttributeResource", ResourceAttrName) Parameters->SetAttributeString("MappingAttributeDataCollectCustomized", DataCollectCustomizedAttrName) |