Hi,
We have dozens of skillsets and rather than apply a single skillset per application (so end up having dozens of applications in OD), I'd rather try minimise the number of scripts and use some sort of identifier/variable to identify the CDN and then assign the appropriate variable to the skillset.
eg
Master Script / Configured Routes:
CDN Application
CDN_1 Application1
CDN_2 Application1
CDN_3 Application1
CDN_4 Application2
CDN_5 Application2
CDN_6 Application2
...
Then within Application for example
WHERECDNEQUALS
VALUE CDN_1: ASSIGN Skillset1 TO cv_skillset
VALUE CDN_2: ASSIGN Skillset2 TO cv_skillset
VALUE CDN_2: ASSIGN Skillset3 TO cv_skillset
END WHERE
I've referenced the manual and think this is correct and also see there is DIALED DN & DNIS Intrinsic Variables but would like to confirm if I need to create a variable for CDN or as this is just an intrinsic variable, can be referenced from within the application with nothing else set up ?
Many Thanks in advance
Gordon
We have dozens of skillsets and rather than apply a single skillset per application (so end up having dozens of applications in OD), I'd rather try minimise the number of scripts and use some sort of identifier/variable to identify the CDN and then assign the appropriate variable to the skillset.
eg
Master Script / Configured Routes:
CDN Application
CDN_1 Application1
CDN_2 Application1
CDN_3 Application1
CDN_4 Application2
CDN_5 Application2
CDN_6 Application2
...
Then within Application for example
WHERECDNEQUALS
VALUE CDN_1: ASSIGN Skillset1 TO cv_skillset
VALUE CDN_2: ASSIGN Skillset2 TO cv_skillset
VALUE CDN_2: ASSIGN Skillset3 TO cv_skillset
END WHERE
I've referenced the manual and think this is correct and also see there is DIALED DN & DNIS Intrinsic Variables but would like to confirm if I need to create a variable for CDN or as this is just an intrinsic variable, can be referenced from within the application with nothing else set up ?
Many Thanks in advance
Gordon
Comment