ALERT: Some images may not load properly within the Knowledge Base Article. If you see a broken image, please right-click and select 'Open image in a new tab'. We apologize for this inconvenience.
External script (CL_EXT) can not be edited if the path contains a non-native DUAS variable
Description :It is impossible to access the external script (CL_EXT) from UVC if the path that is pointing to the script contains a variable that is not native to Dollar Universe, for instance %MY_VARIABLE%\external_script.bat or ${MY_VARIABLE}/external_script.bat
Also a variable created in the node variables is not recognized.
This only concerns editing the script from Univiewer, script execution works correctly.
Cause
Cause type: By design Root Cause: This is a expected behaviour in the product.
Environment
OS: All
Resolution
Use a native DUAS variable like for example %UNI_DIR_ROOT% or ${UXPEX} or edit the script outside Univiewer directly on the node.