Has anyone used the Group number for customizing settings in the 46xxsettings.txt file?
Such as:
IF $GROUP SEQ 1 goto CALL CENTER
IF $GROUP SEQ 2 goto HOT DESK
# CALL CENTER
{specify settings unique to Group 1}
goto END
# HOT DESK
{specify settings unique to Group 2}
# END
{specify settings common to all Groups}
I'd like to know if anyone is using the Group number feature in production, and what their success level is. I've only been able to find 2 other forum posts, where the usage is explained, but my question is can this feature really be used?
Please give credit to rastogi, for the example above he used in another post.
Such as:
IF $GROUP SEQ 1 goto CALL CENTER
IF $GROUP SEQ 2 goto HOT DESK
# CALL CENTER
{specify settings unique to Group 1}
goto END
# HOT DESK
{specify settings unique to Group 2}
# END
{specify settings common to all Groups}
I'd like to know if anyone is using the Group number feature in production, and what their success level is. I've only been able to find 2 other forum posts, where the usage is explained, but my question is can this feature really be used?
Please give credit to rastogi, for the example above he used in another post.
Comment