Profile Mapping Files
- Last UpdatedJun 13, 2025
- 1 minute read
You can export profile names using either the base product Specification Component or the Catalogue Component. This is a significant decision you will have to make before starting the project.
In the bocuserdata.pmlfnc function there is a variable, !!bocProfMapRef, which you can set to determine whether to use the Specification or Catalogue Component. By default the lines are as follows, with the second line commented out:
-- Profile Map Table Ref
!!bocProfMapRef = |SPRE|
-- !!bocProfMapRef = |CATR|
Should you want to use the Catalogue Component, comment out the first line and uncomment the second, thus:
-- Profile Map Table Ref
-- !!bocProfMapRef = |SPRE|
!!bocProfMapRef = |CATR|
Refer to Profile Mapping Files for more information on profile mapping file structure.