Managing ABSI UDA visibility
- Last UpdatedJan 30, 2023
- 1 minute read
For various reasons, the UDAs that are created to manage the ABSI data are normally hidden. If you wish to see them on a one-off basis in the main product you can use the function !!bocshowuda(). To inspect an element, identify and locate the element, type !!bocshowuda() in a command window and the ABSI UDAs listed are listed.
To modify their visibility more permanently in LEXICON use the function !!bocvisibleudas(). This has several arguments because this function also works on OpenSteel UDAs. ABSI UDAs have FAB as their prefix, OpenSteel UDAs have SDNF as their prefix.
!!bocvisibleudas( !prefix, !globalVisibility, !localList)
Where:
|
!prefix = |SDNF| or |FAB| |
For SDNF or FAB - goes to either /SDNF-UWRL or /FAB-UWRL |
|
!globalVisibility = true or false |
To set ALL SDNF or FAB UDAs visible or invisible |
|
!localList |
A space separated string list of UDAs to be visible whatever, for example: |FABEMARK FABCRDATE| |
For example:
!!bocvisibleudas( |FAB|, false, |FABEMARK| ), this would hide all ABSI UDAs except :FABEMARK.