Avaya
132-S-715.1 · Question #13
Review the following line of IC Script code: bScrnPop = CBool(iApp.GetProfileVal("Agent/Desktop", "ScreenPopEnabled", "0")) Which two statements about this code are true? (Choose two.)
The correct answer is B. In this code iApp contains a reference to the global Application object. C. To change the value of bScrnPop for a particular workgroup the administrator should modify. See the full explanation below for the reasoning.
Question
Review the following line of IC Script code:
bScrnPop = CBool(iApp.GetProfileVal("Agent/Desktop", "ScreenPopEnabled", "0")) Which two statements about this code are true? (Choose two.)
Options
- APrior to this code bScrnPop should be dimensioned as an Integer.
- BIn this code iApp contains a reference to the global Application object.
- CTo change the value of bScrnPop for a particular workgroup the administrator should modify
- DTo change the value of bScrnPop for a particular workgroup the administrator should upload a
How the community answered
(25 responses)- A16% (4)
- B72% (18)
- D12% (3)
Community Discussion
No community discussion yet for this question.