Need a special offer?Find out if your project fits.
+

How to connect with FDS index from flexmonster UI.

Re-Open
lata asked on November 11, 2022

Hi,
I am able to connect with FDS index when i put the index name in report object like below- 

public report: Object = {
  dataSource: {
    "type": "api",
    "url": "http://localhost:9500",
    "index": "testDB"
  }
}
but how i can connect from Connect open in Flexmonster UI to  FDS index.

Attachments:
img1.PNG

1 answer

Public
Nadia Khodakivska Nadia Khodakivska Flexmonster November 11, 2022

Hello, 

Thank you for reaching out to us.

We suggest customizing the dropdown menu of the Connect tab using the beforetoolbarcreated event. In its handler, use the tab's menu property to manage the dropdown menu items. To connect to Flexmonster Data Server, you can use the connectTo API call: https://www.flexmonster.com/api/connectto/ 
You are welcome to check the following JSFiddle for reference: https://jsfiddle.net/flexmonster/9js2byaw/ 

Please let us know if it works for you. Feel free to contact us if other questions arise.

Kind regards,
Nadia

Please login or Register to Submit Answer