Low Code Apps – Feed usage in table action
8th July 2024
Hi Sebastian, This UI bug is fixed from following versions onwards: Main release: 10.3.0 [CU14] ; 10.4.0 [CU2] Feature release: 10.4.5 A web only upgrade should suffice to resolve the …
Answer
8th July 2024
Hi Sebastian, This UI bug is fixed from following versions onwards: Main release: 10.3.0 [CU14] ; 10.4.0 [CU2] Feature release: 10.4.5 A web only upgrade should suffice to resolve the …
8th July 2024
Hi Felix, I believe this is the same problem statement as https://community.dataminer.services/question/lca-parameter-table-button-params-missing/. This also means we have a fix lined up for DataMiner 10.4.9 which has a target release date of …
8th July 2024
Hi, Deleting a group would look something like this: SetDataMinerInfoMessage deleteGroupMsg = new SetDataMinerInfoMessage { bInfo1 = Int32.MaxValue, bInfo2 = Int32.MaxValue, DataMinerID = protocol.DataMinerID, IInfo1 = GroupId, IInfo2 = Int32.MaxValue, …
8th July 2024
Hi Michiel, There should be no mechanism that would block your logic as a button is a write parameter and for those we trigger always even if the value is …
8th July 2024
Hello Julian, That would indeed be the problem, the top elements shouldn’t be the same as the RCA calculation would then not be able to give you a correct RCA …
8th July 2024
Hi, FolderBrowserDialog cannot be used in an IAS, since that runs on the server and not on the client itself. Your code would try to open the FolderBrowserDialog on the …
8th July 2024
Thanks, After restart it showing GMT time. Regards, Chowdary
8th July 2024
Hi Chowdary, Did you restart the dataminer software after changing the server time?
5th July 2024
Hello Davy, Thank you for your response. I will respond to here to be able to add screenshots. It does not seem like the customer has any chains setup via …
5th July 2024
Hi Tim, to create a WorkOrder using ScheduALL Manager, the following class should be sent serialized to the Parameter 1112. public class WorkOrderCreateData { [JsonRequired] public string StartDateTime { get; …
5th July 2024
Hi Benjamin, I assume that you are using a LCA form to create the DOM instance? If so, you can configure a CRUD script for that DOM definition, by configuring …
5th July 2024
Hi Alberto, There’s more information about the available script conditions here: Condition format | DataMiner Docs and here: Script condition functions | DataMiner Docs Unfortunately, there is no option available …
5th July 2024
Looks like is a bug in the actual release, that will be solved in the nexte mbgNMS release (1.3.0). This release will be availble in the next weeks. We will …
5th July 2024
Hi Hari priya, It is indeed possible to trigger a script when a row in the table is clicked, there are different options: Use the double click event from the …
5th July 2024
Dear Hari, I have worked previously on a similar use case. I think you could assign an action to an specific column. To do this, you should first enter Edit …