-
Notifications
You must be signed in to change notification settings - Fork 0
Use GLB and MIG prefixed Global Variables
Tom Howard edited this page Jul 13, 2014
·
3 revisions
Maintained By | The Sydney BW Integrators Group |
Proposed By | Matt Milligan |
Applies To BW 5 | ✓ |
Applies To BW 6 | ? |
- Prefix global variables with
GLB_
if their values does not vary between environments. - Prefix global variables with
MIG_
if their values do vary between environments.
- The
GLB_
prefix creates a clear indication that the global variable does not need to be modified when deploying to a environment. -
- The
MIG_
prefix creates a clear indication that the global variable does need to be modified when deploying to a environment.
- The
TODO
- TODO
- Doesn't work with all text (e.g. text containing
:
)
- Works with all text
- Not immediately clear if the mapped value is constant or a complex XPATH expression
- Slower to evaluate (the XPATH expression parser must be invoked)
- Add list of unsupported characters.
- Add BW 5 screenshot showing XSLT constant.
- Add BW 5 screenshot showing XPATH string.
- Add steps (including screenshots or video) showing how to create XSLT constants in BW 5 mappers.
- Check if this standard makes sense to apply to BW 6
The BW Coding Standards Wiki is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License
By contributing to this wiki, you agree to license your contributions under this license.