Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Step-by-step guide

Follow these steps to show the part row specification 'Service level' in a part assembly column.

  1. Create a specification of specification type 'Service level'. The specification type has code '_SERVICELEVEL' in the 'Specification type' storage.
  2. Add the specification to the part assembly row
  3. Add the following custom part assembly column setting in profile.config. 
       <PresentationSettings>
    <Settings>
    <CustomPartAssemblyColumnSetting caption-key="ServiceLevel" order="85">
    <HideEmpty>true</HideEmpty>
    <Value property="RowSpecifications[Code=_SERVICELEVEL].FormattedValue"/>
    </CustomPartAssemblyColumnSetting>
    </Settings>
    </PresentationSettings>

    The row specification code specifies which part row specification that will be shown in the custom column. In this case it is set to '_SERVICELEVEL'

  4. Restart IIS to load the new profile configuration
  5. Verify the part assembly row specification for service level is shown in the new column

 



  • No labels