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

Forms

MVP

By having a copy of a external file as attachment instead of only having a link to it, we can take advantage of the great preview functionality. How ever, having copies of a file increase the risk of having multiple versions and loosing track of the relevant document. In my case, we have customers who wants to link to files in SharePoint and other dms. So I'm wondering, how you guys solve this challenge. I'm currently thinking about a simple itemlist having a hyperlink column to store the lin (...)

MVP

I haven't found any documentation how to access the current form data. What I know is, that all the formdata is kept in a json property called liteDate.liteModel as a json-object as you can see when calling /api/nav/db/{dbId}/app/{appId}/element/{wfdid}/desktop I guess that this liteModel must be available via javascript. I'm wondering, because there is this form from the offical 2021 release paper (see below) with the nicely presented workflow steps on top of it. And I believe that this a (...)

Hello, Do you know the possibility how to place a gantt chart in a process that was not created as a "Vacation" by template? I have columns: "person", "date from" and "date to"

Between Item lists there is relationship 1:C. How row in the parent Item list can be protected to be updated or deleted if in the child item list there is a row referenced on ID of row in the parent Item list. Is there any sample that can help to overcome this issue. Both Item lists are in the same step.

Hello All, Big project regarding to reservation system is ahead of us. And one of the very useful feature will be gantt chart on the form and as web part as well. So is there any plans to implement Gantt charts in next Webcon BPS versions? Or maybe there is posibility to prepare Gant Chart in HTML attribute? I mean off course Gantt charts in Modern Webcon BPS, because we wouldlike avoid to built new app on classic SharePoint, where gantt charts are available.

MVP

Hi, I'm wondering if I missed something or there's another/bezter way to add a required boolean field. My current approach is to define a choice field with true/false options, set a label "select an option" and mark this field as required. I'm using global constants for the IDs so that I can check the value of necessary. I don't use the boolean field itself because an unchecked boolean field would fulfill the required definition too, if I remember correctly, Is there a better way? It j (...)