Error ' _satellite is not defined' when calling a data element in my custom script?
검색
마지막 업데이트 날짜 2021년 4월 29일
When calling a data element in a custom script the error '_satellite is not defined' indicates a scoping issue. In order for '_satellite.getVar()' to have access to the global _satellite object, check the box 'execute globally' in the script editor.