If you block out some generic parameters names up front you can assure a certain order at will and avoid the re-order hassle. It can be a bit difficult perhaps to anticipate what parameter you might need but a little planning can make a big difference.
Here's an example: Creating a new table family I expect to need four new dimension parameters but haven't settled on the names or maybe I have but I want them in a precise order. Create the parameters first like this.
(This approach doesn't work for Shared Parameters, though. Neither will the Re-order technique since Shared Parameters are already created technically.)
1 comment:
Using parameter names a, b, c, d... to "block out" parameters will order them above a list of existing parameters.
Using parameter names 1, 2, 3, 4... to "block out" parameters will order them below a list of existing parameters.
Post a Comment