BBC.SHARED.SCRI.GET-USER-DETAILS
Details
| Property | Value |
|---|---|
| Type | SCRI |
| Subtype | - |
| Folder | PACKAGES/BEST-BLU/BBC.SHARED/SOURCE/DATA |
| Active | true |
| Title | Provide user details |
| Archive Key 1 | - |
| Archive Key 2 | - |
| Created | Andreas Büsching am: 2022-02-14 21:12:54 |
| Last Modified | WRITER/B4A am: 2022-06-13 18:34:21 18 x |
| Last Used | - |
Custom Attributes
No custom attributes defined.
Process
:set &ret# = put_process_line( &hnd#, "Key;Value", ";" )
:set &ret# = put_process_line( &hnd#, "FULLNAME;&$USER_FL#", ";" )
:set &ret# = put_process_line( &hnd#, "USER;&$USER#", ";" )
:set &ret# = put_process_line( &hnd#, "DEPARTMENT;&$DEPARTMENT#", ";" )
:set &email# = get_var( "BBC.SHARED.VARA@SEC_SQLI.GET-EMAIL-ADDRESS" )
:set &ret# = put_process_line( &hnd#, "EMAIL;&email#", ";" )
:set &BBCS_USER_DETAILS_O# = save_process( &hnd# )
:close_process &hnd#
:publish &BBCS_USER_DETAILS_O#, , TOP
Runtime
- ERT Method
- DYNAMIC_AVERAGE
- Current ERT
- 00 : 01 : 01 No. of past runs : 0 +ERT Correction % : 0
Sync
No sync definitions.
Variables
No variables defined.
Prompt Sets
No promptsets defined.
Automatic Deactivation
- Deactivate on Finish
- ALWAYS
- Deactivate After
- 0
Runtime Parameters
- AE Priority
- 0
- Timezone
- -
- Generate at runtime
- true
- Max. Parallel Tasks
- 0
Usage
| Parent | Type | Package | Folder |
|---|---|---|---|
| BBC.SHARED.VARA@EXEC.GET-USER-DETAILS | VARA | BBC.SHARED | PACKAGES/BEST-BLU/BBC.SHARED/SOURCE/DATA |
Variable Publications
Found 1 potentially dangerous variable publications (TOP)
| Zeilennummer | Scriptzeile |
|---|---|
| 14 | :publish &BBCS_USER_DETAILS_O#, , TOP |