User info
First name | Martijn |
Last name | Vanallemeersch |
DevOps Program
Acquired rank |
Advocate
|
Points progress |
0
DevOps Points
|
Here are a few tips to level up your DevOps game and unlock an arsenal of perks and benefits. | |
DevOps attestation | Request your attestation ID and expiry date |
Achievements
|
Questions asked
Answers given
Hi Emmanuel, In 10.3.6 there is an option to select the first item by default when opening a page
View QuestionHi Daniela, Yes this is possible: you first need to drag & drop DataMiner instances as data & then add a filter to filter out on DOM definitions
View QuestionHi Jamie based on the Json that you provided I would structure it like this: You have two DOM definitions one "ScanConfig" which contains a Scan section which is defined as a multiple section (do note...
View QuestionHi Michal, We are actually building a DataMiner app for these type of use cases called The DataMiner Planned Maintenance app. This app will make it very easy for operators to plan and keep track of maintenance...
View QuestionHi Jeroen, your object probably will have states in the background. Therefore you need to go to the behavior definition and define for each state if a field needs to be visible/hidden or is optional/required.
View QuestionHi Miguel, the audit trailing is indeed already saved in Elastic, currently it is only possible that you receive this information via automation. The goal is to imbed that in the forms component in apps...
View QuestionHi Jens, Currently this is indeed not possible (or not in a user friendly manner). This will be tackled in a future release of EPM (I'll inform you when this becomes available). KR
View QuestionHi Jeroen, Currently the DOM devOps tools can be deployed from the catalog if the system is cloud connected: https://catalog.dataminer.services/catalog/3195 In a future increment of the catalog a manual...
View QuestionHi Gerwin, can't you achieve something similar with the state feature in DOM, This is already more advanced (& probably some work), but something like this would work for your use case I think I...
View QuestionThis button is part of the DOM definition as I only want to see this button in certain DOM states & in the script which is triggered from the DOM button I immediately know the id of the DOM where I...
View QuestionHi Gerwin, Indeed today the only way of changing the guid into a readable name in the table is by doing a left join. In terms of handling multiple instances in a table (E.g. customer has 3 contacts),...
View QuestionHi Ive, currently it is only possible to show the first instance in a table, similar to multiple instances of a DOM field (list). This is definitely something that we want to address in the future, I'll...
View QuestionHi Wouter I would just create a query that does a group by "Waiter" in your case as this is stored in elastic this should be a quite fast operation
View QuestionHi Gerwen, In the DOM form itself today we cannot run automation to implement such logic. Therefore it is possible to include interactive automation after a DOM button where automate whatever you want:...
View QuestionHey Ive, In a DOM form we don't differentiate between a read-only form & a read-write form (as in jobs). What is possible is to add 2 states one with the fields in RW & the second state in RO...
View QuestionHi Geovanny, something similar was created for DOM to ingest instances for a DOM model from Excel but I believe there are a lot similarities between Jobs & DOM so you would be able to reuse some code....
View QuestionFYI: As this feature is not available yet I created a datasource that grabs audit trail from a DOM instance & shows it in a DOM application via custom datasources in GQI: https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_app/Using_dashboard_feeds/Configuring_GQI_feeds/Configuring_an_external_data_source_in_a_query.html#igqiinputarguments...
View QuestionHi Ladan, If I correctly understand your use case I would implement it like this with indeed the DOM instance field descriptor: where you have a workorder module with an order definition which contains...
View QuestionHi Ladan, thanks for the clarification. What you need is a DOM instance field descriptor for your use case & not a DOM instance value field descriptor: This is an example of something similar: Where...
View QuestionHi Ladan, Haven't seen that error before but can you explain your use case a bit more in detail (maybe show the two objects that you try to reference)? Not sure if I fully understand what you try to do:...
View QuestionHi Gerwin, There is a way to upload files with a windows pop-up via the interactive script, guess this would work for your use case
View QuestionSomething that you can do (as a workaround and requires probably some work) is adding two buttons which trigger an automation script where you feed the instance id of you DOM object. In the interactive...
View Question