-
5.05-01 Naming Convention
Keep it simple. Export, Build etc. There is no need to include the module name in the view name Best Practice article: Naming Convention Questions on this topic? See 5.05-01 Naming Convention in our Planual forum.
-
5.05-02 Only include what is needed
Only include the line items that are required for the import. Create multiple views if the module is used for different imports. The number of columns in the view does affect the speed of the import. The fewer the columns, the faster the import will be Questions on this topic? See 5.05-02 Only include what is needed in our…
-
5.05-03 Split views for List and Module imports
Create two views from a source module. One for the import to the list (using name, code and parent), and a view for the attributes to the associated System module Related to Rule: 5.05-02 Only include what is needed Questions on this topic? See 5.05-03 Split views for List and Module imports in our Planual forum.
-
5.05-04 Ensure view filters are optimized
Only use one filter criteria...If more are needed, combine them into one line item Related to Rule: 4.02-01 Use efficient filters Best Practices article: Filter Best Practice Questions on this topic? See 5.05-04 Ensure view filters are optimized in our Planual forum.