WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Latest posts

latest posts

In reply to: Daniel Krüger (Cosmo Consult)

Hi Maria,

if I understand this correctly, then the action should do something with the row.
As you can't pass information to the menu action you would need to set a technical field in the the current row and then invoke the menu action.
The menu action could identify the row by the technical field and reset it so it can be used again.

The code in the first screenshot is used in a data row column of the item list. This will allow you to output HTML.

Best regards,
Daniel

Hi. Thank you for your answer.

I am trying to set the value from the selected row in the TESTROW column to a single-line text field named TEST, and i get error.
Also, i have tried to set value in other column, and same error.

Incorrect syntax near '{'.

select
'<div class="subelements-action-button">
<button class="webcon-button standard-focus subelements-action-button__delete-row webcon-button--padding-small standard-focus webcon-button--icon-button no-background th-hover" tabindex="0" type="button" onclick="SetValue('TEST',GetSubValue(ItemID, currentRowNumberVariable, 'TESTROW'));">
<i class="icon ms-Icon ms-Icon--Sync ms-Icon--standard" aria-hidden="true" data-disabled="false"></i>
</button>

</div>' as t

MVP

Hi Maria,

if I understand this correctly, then the action should do something with the row.
As you can't pass information to the menu action you would need to set a technical field in the the current row and then invoke the menu action.
The menu action could identify the row by the technical field and reset it so it can be used again.

The code in the first screenshot is used in a data row column of the item list. This will allow you to output HTML.

Best regards,
Daniel

MVP

Hi Damian,
It's not exactly separate linux machine, but i think this article* on running Webcon using containers with Docker might help a little bit.

It assumes installation of solr on windows-server with linux docker containers, but i think you should be able to install solr on any linux distro and follow rest of the setup.

* https://kb.webcon.pl/konteneryzacja-webcon-bps/