Customise the Printable Pick List with GraphQL
Author:
Randy Chan
Changed on:
22 Jan 2025
Key Points
- This feature gives the client greater flexibility in customising the pick list by extracting values via GraphQL.
- The feature is not limited to a pick list but can be used on any entity as long as the data can be extracted by GraphQL.
- This feature utilises the new print component
Steps
Content
- Form the GraphQL query and add it to the manifest page query
- Configure the print download in the manifest
- Add internationalisation values to the LANGUAGE_EN-AU setting
- Create a new setting to store the new HTML template
- Test the change
Form the GraphQL query and add it to the manifest page query
`fc.mystique.manifest.store.fragment.waves `
Configure the print download in the manifest

Add internationalisation values to the LANGUAGE_EN-AU setting
` "fc.sf.ui.waves.wizard.pick.customisePicklist":"Customise Pick List",`
Create a new setting to store the new HTML template
Test the change

