Planual rules regarding Exports
5.05-01 Naming convention
Keep it simple. Export, Load, Build etc. There's no need to include the module name in the view name.
bestPracticesArticles
5.05-02 Only include what is needed
Only include the line items required for the target. Create multiple views if the module is used for different imports as process can't reference the same view multiple times.
The number of columns in the view does affect the speed of the export/import. The fewer the columns, the faster the export/import will be.
5.05-03 Split views for List and Module imports
Create two views in the source SYS Module: one for the import to the list (using name, code and parent), and a second view for the attributes associated to the list members.
relatedToRule
5.05-04 Ensure view filters are optimized
Only use one filter criteria. If more are needed, combine them into one line item.