Will a Dom Bool Field get overwritten to false when updating an Instance?
11th September 2024
Hi Mieke, The values of a field in a DOM Instance are wrapped in a FieldValue. When no value is added for a field, it will not contain a value. …
Answer
11th September 2024
Hi Mieke, The values of a field in a DOM Instance are wrapped in a FieldValue. When no value is added for a field, it will not contain a value. …
11th September 2024
The subsection on how to use a SubscriptionFilter to retrieve a table parameter should help you out.
10th September 2024
Hi Marco, I believe it is not possible to add multiple default values to a parameter, if you are referring to using the DefaultValue element as described in DefaultValue element …
10th September 2024
Hi Kalyel, Most of the connectors with an Interfaces table show that kind of parameters where normally State or Admin State means if the interface has been enabled for operation, …
10th September 2024
Hi Miguel, That doesn’t make any difference for DataMiner. You can choose the provisioning you want; this is more related to how you want to manage your VMs and your …
10th September 2024
Hi Dirk, You could use the shape data ‘Info’ (Making a shape display information about the item it is linked to) Hope it helps.
10th September 2024
Hi Benjamin, After the booking is in Post-Roll you can’t go back to ‘Service Active’ as the event already happened. Though you should be able to apply custom service states …
10th September 2024
This sounds like something for the Visual Overview Solution Analysis series. The latest entry was actually just released! This series aims to help out everyone to improve their Visual Overviews …
9th September 2024
Hi Wale, Yes, it’s possible to add custom messages and select the desired severity level. You can use the ProfileParameterEntryHelper to achieve this. The helper includes a Log method (Log(message, …
9th September 2024
Hi, This exception can have multiple root causes so would it be possible to share more of the logging? If cube is configured to only attempt HTTPS, the lack of …
9th September 2024
Hi Baranisudha, The code below is ok. After a deeper investigation, it was discovered that the problem was caused by a synchronization issue, which resulted from the time on the …
9th September 2024
Hi Marco, You can use a ‘navigate to url’ action with feed linking for this. Inside the url, you can use the feed values from the dropdown and text inputs. …
9th September 2024
Hi, Yes, it should be possible for you to perform SQL queries via your scripted connectors Pythons script. As long as you can do it in Python it is only …