Custom Field Grouping for Assets

Hello,

we are evaluating RT 4.4 and would like to use the new asset tracking.

My question is: Is it possible to have a custom grouping setting for each catalog or is the example in the tutorial valid for every catalog?

Set(%CustomFieldGroupings,
‘RT::Asset’ => {
‘Asset Details’ => [‘Serial Number’, ‘Manufacturer’, ‘Type’, ‘Tracking Number’],
‘Dates’ => [‘Support Expiration’, ‘Issue Date’],
},
);

Thanks for the feedback
Stefan