cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
357
Views
0
Helpful
3
Replies

Get destkop layout argument from a custom gadget

Telecom Team
Level 1
Level 1

Hi,

is it possible to do something like this with finesse 10.5.1? In the desktop layout, add the gadget to a team with an argument like this :

                <gadgets>

                    <gadget>http://finesse/3rdpartygadget/files/TestGadget/TestGadget.xml?userAcces=1234-9876</gadget>

                </gadgets>

In the javascript of my gadget, i would like to read the html argument "userAccess". I would like my gadget to react differently depending of that argument.

Thank you very much,

1 Accepted Solution

Accepted Solutions

Maybe a call variable, or something like that, that would be set when a call is made or received?

View solution in original post

3 Replies 3

ewindgat
Level 5
Level 5

It might be easier to place the gadget in a different tab, for that team.

Thanks for the answer.

We want to deploy slowly a gadget to some members of the same team. Right now, I've code in my gadget with hardcoded user. I would prefer a parameter from the desktop layout. That way, I wouldnt have to upload a new version of the code each time I'm giving acces to someone in the gadget.

Maybe a call variable, or something like that, that would be set when a call is made or received?