WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

Martin Meze (Freelancer)

MVP

Custom buttons in item lists
20.07.2023 15:32

OK, I found them but that's not working. Your code is setting the variable liczba to the total number of rows. I need to update the field in the row where the button is clicked. If I click on the button in the second row, I want to update the field DET_Att1 in the second row.

Custom buttons in item lists
20.07.2023 15:20

Hi Krzysiek, Thank you. Can you please let me know where are the following values from the print screen coming from? - Nowy atribut - Pytanie How do I choose them?

Custom buttons in item lists
20.07.2023 13:19

Hello, Does anyone know if it is possible to achieve the following functionality: - I would like to insert a button in an item list column. I can achieve that so I don't need help with this (WebconBTN_01.png). This code produces the kind of button from WebconBTN_02.png image. - When this button

Thank you all, guys! You pointed me in the right direction. I knew it would be possible, I just didn't find the way...

Hello everyone! I have an item list with a dropdown field where user chooses a WFD_ID value. I would like to execute an action (Update related workflow instance or Invoke REST web service) passing the WFD_ID chosen in the mentioned field to the action. Is something like that even possible? I can'

Hi Andreia, Please see attached picture. Hope that helps. Cheers, Martin

Can you try adding “as A” at the end of the select?

Hi Andreia, Did you try with SELECT CASE WHEN ... THEN ... ?

Hyperlinks in Item lists
12.05.2023 18:46

I love you Michał! That was exactly what I was looking for. Thank you for sharing.

Hi Radek, You can add the following CSS to System Settings > Appearance > Global CSS Styles: tr.report-row { border-top: 1px solid rgba(0,0,0,0.3); border-bottom: 1px solid rgba(0,0,0,0.3); } tr.report-row:nth-of-type(odd) { background-color: rgba(0,0,0,0.1); } and fix the color

Define Default Report View
06.04.2023 10:58

I'm sorry. I guess you'll need to update to 2022. Or wait a bit and update to 2023 which should be released soon as far as I know.

Yes, it looks like a bug.

Define Default Report View
06.04.2023 10:47

Hi Philipp, you can do that in the report configuration, Views tab. At the bottom there is Style (see attached image).

That's what I thought but it's not working in my case. ver. 2022.1.4.127

Hello, I'm facing a challenge. I'm starting the workflows from a hotmailbox so I have no control over the attachments order. I'm also using the "Show first attachment on page load". I believe the system shows the attachment with the lowest ATT_ID. Is there any way to control which attachment is s

Format date on the fly
05.04.2023 14:29

Thank you, Konrad. I didn't consider the SET FOCUS before. This is useful. :)

Format date on the fly
05.04.2023 09:24

Hi Konrad, The request is to speed up the data entry. When the user has to manually insert 4 different dates in one single workflow, each reduced key stroke helps. I found a workaround using a text field, hiding by default the date picker and showing it after the text is entered in the text field

Format date on the fly
05.04.2023 07:38

Hello community! I’d like to pick your brain about something that has been bothering me for the last hour. :) Does anyone have a solution for this? User enters the date in the date picker field (AttDateTime) and hits TAB: - if the value is 8 digits, then SET(AttDateTime) = CONCAT(using values

Hi both and thank you for your feedback! Much appreciated. I thought about the other route (checking for stored emails) and probably that will be the best in the current situation.

Hello everyone, I was wondering... Is there a way to start workflows by an external API without the need to exchange the token first? I'm asking the question because I'm exploring the possibilities offered by using a service as MailGun. They can parse the incoming email message and post the pa