(...) econd one for suborders - on suborders I'm able to show 'customer' using custom column. With SQL like this: ( SELECT dbo.ClearWFElem(WFD_AttChoose2) /* Customer */ FROM WFElements JOIN WFstep s ON WFD_STPID = STP_ID JOIN WorkFlows ON WF_ID = STP_WFID WHERE WF_GUID = 'af556142-7ad9-44e1-9xy2-550c2cxz361cf' AND /* GUID WF Order */ WFD_ID = wfelems.WFD_AttChoose5_ID /* Field Order (...)
(...) ND ISNULL(WFD_AttBool1, 0) = 0 AND ISNULL(WFD_AttBool2, 0) = 0 AND ISNULL(WFD_AttChoose45_ID, '0') = '0' AND ISNULL(WFD_AttBool8, 0) = 1) THEN 'Tak' ELSE 'Nie' END FROM WFElements JOIN WFstep s ON WFD_STPID = STP_ID JOIN WorkFlows ON WF_ID = STP_WFID WHERE WF_GUID = 'af556142-7209-44e1-9aa2-550c2cd361cf' AND /* GUID of the workflow */ WFD_ID = wfelems.WFD_AttChoose4_ID / (...)
(...) Hi. adding users to groups causes an update of the user properties which downloads objects from Azure AD. Depending on the environment it can take quite a long time. - (7/2/2024 2:33:46 PM) step started: Download selected objects from Azure AD if required - (7/2/2024 2:35:44 PM) step completed: Download selected objects from Azure AD if required (duration: 118687 ms) While this is not a (...)
(...) th the new releases or I'm missing any configuration. I want a department to be able to check and edit instances but if they are assigned to another person, they cannot move the request to another step . Did you faced something like that? Thank you
Hi, if the browser window is small enough, the actions of the item list are collapsed to a context menu. It would be great if this popup would contain information in the DOM about the about the source. For example by adding a data-key attribute to the top element with the value item list and row.
(...) Hello all, I have a process that can be started either from a Parent workflow or in the workflow, using a menu option (creating a sub-task). In the start step , I have editability rules, if the user is creating a sub-task, some fields can be edited, but if the task has come from another process, those fields cannot be changed. In the URL, I'm passing the ID when the user creates a sub-task to a (...)
(...) Hello all, I know this is not the best practice but I have an approval step where the users might need to have that rejected to make changes in the form. The step is only handled by the approver and I don't want to use admin options to change the status for a specific request. I thought about adding a timeout to check if New comments were added in the request. I know that in the notification c (...)
(...) I have a process [1] in which you enter qualifications for people. Then I have another process [2] in which qualifications are also entered and when the step is exited, the data from process [2] should be entered into process [1] via a subworkflow. The data that comes from process [2] is in an item list and should all be entered individually (as separate instances) into process [1]. Before this, h (...)
(...) Hello, I want to clear some form fields after path transition that leads to the same step . I tried using action template to change values of multiple fields by inserting null values, howewer I get an exception when it gets to the datetime fields: System.ArgumentNullException: Value cannot be null. Which value should I insert to set date form field to empty, or is there another way to do (...)
(...) I have problem with validation form. 1. I have step where task is assigned to tech group All (other groups in form) a) Lider = Person A or Person A and Person B b) User group = Person 1, Person 2 ... Person X c) All = Lider + User group Now I have conditions to few cells in "item list" If user is one of Lider (group) then he need to fill and set proper values in each row in "item list". (...)
(...) s/post/new-features-of-charts-in-reports/333/35 where I want to combine a Bar chart with a Line one but I keep having errors on the rendering of the report. I want to show the sum of days in each step of the process (Bar chart) and the average Day(s) in step as a Line chart. This is not working. I don't have any filters, nor calculated columns. I've tried to create a chart with another field to (...)
(...) on.com/forum/thread/2811 Still, this does not refer to a report basing on SearchIndex. How can I achieve the same effect in my reports? Of course, I can create an attribute an update it in each step , but this is very time-consuming, as I would have to update it on every path. Is there any other solution?
(...) asks/ to set webcon to not be in edit mode just in read ? I remember i was read about that - but this setup is for whole process (form) https://community.webcon.com/forum/thread/2975 OK: - for step - for whole process Question is - it is possible to set that behave to particular group of users (webcon group)? if some one is in that group - read only - need to "click edit" to edit other (...)
(...) Hello all, I have an item list to enter quotes. In the quotes step , the user must enter the rows with the different values for the quotes and then send for approval. The next user must select what is the row of interest, but clicking on Select Option column. The thing is that in that step , because I want the item list to be editable, the Add button is available. Is there any way to allow the us (...)
(...) Hi everyone, I have a process which updates the group members. This is done in async mode because the synchronization takes a while. I'm trying to prevent updates by moving the workflow to a step which checks whether the synchronization is finished. As far as I found out so far a job get's added to the [UserSynchronizationQueueItems] of the current content database and it maybe get's deleted wh (...)
(...) al. or if not, is it possible to migrate just by exporting SharePoint list data to Excel then import it on Webcon dictionary? Let me know if there are other recommended method to do this and the step s. Thanks in Advance.
(...) ried to save and publish process (image attached) 1. What does this line mean "all changes to this process must be made by importing a file containing an updated configuration" ? Is this a necessary step to do on an imported app and how can I do it? 2. Is there an impact if I saved it anyways? 3. Process imported to environment via export-import mechanism. Manual modification is locked. Is there a (...)
(...) I have a workflow with a step that serves as an approval process. I assign one group and two individuals to this task. My goal is for both individuals to click confirm in this step , and only one person from the group (which contains several people) needs to do so. To summarize, I need to write the logic in a way that differentiates between the assigned individuals and the group, so that only one perso (...)
(...) I have timeout that is no longer needed. I want to delete it. But aplication runs constantly and in step with timeout there always will be elements. How to get rid of this timeout. I've tried setting is to always false, but it's still trigered and goes to list. I have few of them on diffrent step s and they total 10k elements in timeout list.
(...) ionary. I’ve attached an image of my sample script, which successfully retrieves SharePoint data, but it encounters an error with Webcon authorization. I would appreciate guidance on what specific step s I should take or modifications I need to make. Thanks and Regards,