01-17-2016 06:59 AM
how to init finesse.restservices classes ?
Solved! Go to Solution.
01-18-2016 11:35 AM
Is this in JavaScript? You should be using the APIs outside of the Finesse Desktop. Or, the function you are mentioning is part of the Finesse.js library and may be called inside of Finesse. You do not need to initiate it.
For example, in the Finesse Desktop you could do something like this...
finesse.restservices.Dialog.Actions = {
DROP: "DROP",
ANSWER: "ANSWER",
HOLD: "HOLD"
};
01-18-2016 11:35 AM
Is this in JavaScript? You should be using the APIs outside of the Finesse Desktop. Or, the function you are mentioning is part of the Finesse.js library and may be called inside of Finesse. You do not need to initiate it.
For example, in the Finesse Desktop you could do something like this...
finesse.restservices.Dialog.Actions = {
DROP: "DROP",
ANSWER: "ANSWER",
HOLD: "HOLD"
};
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide