dynamic dropdown list using api data inside table
8th October 2024
Hi Chirangee, The ‘Not Initialized’ occurs when you do not specify any value for a given parameter or a cell in a table in your case. Given that the rest …
Answer
8th October 2024
Hi Chirangee, The ‘Not Initialized’ occurs when you do not specify any value for a given parameter or a cell in a table in your case. Given that the rest …
8th October 2024
Hi Muhammad, You can do this through the sniffer in the stream-viewer.
8th October 2024
Hi Oscar, This is a setting that can be applied on group or user level.
8th October 2024
Hi Shawn, It depends on the behavior of the embedded web page, as we don’t have direct control over it. Generally, the page would need to support URL parameters, which …
8th October 2024
Hi Daniela, You can delete multiple instances at once in batches of max 100 objects (docs). public void BulkDeleteInstances<T>(ICollection<T> instances) where T : InstanceBase<T> { if (instances == null) { …
7th October 2024
Hi The option <Time>timeout after retries</Time> doesnt work <On>protocol</On>. You can use this option <On>parameter</On> for SNMP connectors. You must also specify the pid of a standalone parameter or a …
7th October 2024
Hi Daniela, You can probably adjust the preferredPageSize value for the .PreparePaging() method. I believe the default size is 500, but you could try increasing it to see if the …
7th October 2024
Hi Ive,, the latest IDP version 1.5.1 contains exactly what you need. You can download it here: IDP | Catalog (dataminer.services) The release notes haven’t been published yet but will …
7th October 2024
first connect to the DIS and Domain stuffs then try update maybe that would fix
7th October 2024
HI,then try do delete from extension dataminer delete and then again install update all things and then close VS whole and start again you should have it then that was …
7th October 2024
Hi Marco, Unfortunately, this issue is present in 10.4.10. It is caused by how lazy loading of the grid component is handled when the number of rows in a query …
7th October 2024
Hi Andrea, It could be that the port is being used on the server itself. So just try out a port which isn’t in use, e.g. 1611. Kind regards,
7th October 2024
Hi Marco, Regarding your question, I will first check if web services fit your requirements. If you see that you will need to implement multiple methods or process large chunks …
7th October 2024
Hi David, Your code snippet looks correct. After running more tests, I can confirm that I see the same behavior on the latest 10.4.10 dataminer release. In the dataminer cube, …
7th October 2024
Hi Mauro, Your approach was almost correct, the only difference is that msteams, as shown in the MS Docs that you’ve linked, should be defined next to the body of …