Hi All,
II have decimal format set as below in ecc.
I have service returning amounts as 23.722.873,565 INR which will be shown in an input field with live change or currency control. I am facing trouble with formatting the amount in live chan...
Hi,
I want to change the text "Go" in Smart Filter Bar to "Find" and add a icon there. Also i want to know which event triggers when clicked on Go button and how do i handle it.
smartfilterbar.png
Hi ,I have list in a Single Select mode with only one item selected. Now i want to alter the functionality where i cannot change the selections.So basically i want to disable selections in list but show one item selected using the radio button. Any s...
Hi Manisha,
Thanks for replying. I tried with the tokens you mentioned but i am still facing the same issue - "Request can not be processed without authentication". I agree using the developer token should have helped with the authentication. Do we n...
Hi Manisha,
I am facing issue “Request can not be processed without authentication” when i am trying to get the response from the bot connector for typed message. Can you please tell me what could be the issue? Also can you please clarify from where...
Thank you However i used below approach. var b = this.getView().byId("SEARCH_FILTER").getContent()[0].getContent(); $.each(b, function(index, item) {
if (item.sId.search("btnGo") !== -1) { item.setText("Search");
}
});
Hi Mikhail,
I am facing issue "Request can not be processed without authentication" when i am trying to get the response from the bot connector for types message. Can you please tell me what could be the issue? Also from where can we get the "conver...