Hi Dojo
I found the following parameter in a connector that was made quite some time ago. The parameter has <Type>read</Type> but defines a button with name <Display>Sync</Display>. Although this seems invalid, I'm wondering if there would be any situation where you want to define a button parameter of type read. Would you know a use case? Or is this just simply wrong?
<Param id="74" trending="false">
<Name>outgoingRequestWithIncomingRequestTableButton</Name>
<Description>Resync With Incoming Request Table</Description>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<LengthType>next param</LengthType>
<Type>string</Type>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type width="110">button</Type>
<Discreets>
<Discreet>
<Value>1</Value>
<Display>Sync</Display>
</Discreet>
</Discreets>
</Measurement>
</Param>
Thank you in advance!
Kind regards
If I remember correctly, when the read and write parameters are both defined for the button, the parameter description for the button will also be displayed in DataMiner Cube. But typically this is not desired and you only want to display the buttons, so only the write parameter is needed.
Okay that’s clear. Thank you Michiel!