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

search results

for text

(...) Hello. I have in mind that it has been possible in the past to format the text of the "task details" in a form by HTML, e.g. . That doesn't work anymore with V2021.1.5.xxx (see attached) The only thing that works is for a line break. Is there a reason and more important: how can I format the text here? Kind regards Klaus

(...) Hello, is there a possibility to use existing SOLR as Data Source? I had an idea to show users SQL grid, which would show similar items found in database, based on text typed in regular text Input field. That lead me to Levenshtein Distance algorithm, which might be slow in SQL, but i've found that such a thing is already implemented in SOLR (https://stackoverflow.com/questions/1752301/how-to-confi (...)

(...) ne has an idea /have a hack to move the attachments / comments option to a tab? I'm currently trying to create a form, which should: - look good or at least ok - be usable with a big multi line text box - while using the task "view" and displayed info panel - has to compete with a paper based process with an arbitrary number of steps and options to write any information on the paper Best r (...)

(...) Hi, Is it possible to include the comments field into a pdf generated based on a template? So like you can include various form fields by creating a tag e.g. {WFD_Atttext 1}, is there such a code for the comments field? And will it work if we include it in a template to generate pdfs? Thanks!

(...) e complaining about lacking of comment editing/deleting feature. It should be possible only for comment's author only of course. Such comment should be marked with "Comment changed" "Comment deleted" text . Wouldn't that be a great feature?

(...) Hi everyone, does anyone has an idea, why a data source dictionary would not return all data, also "access data in the context of system account" is checked? I was banking my head on the wall, why the form validation stopped working until I noticed that the lastest workflow instances are not returned by the data source. The screenshot shows the data from the "data sources" navigation pane, i (...)

(...) path after a minute. In the traversal path, I have an action that calls a web service. The frame uses a business rule to convert the content of the attachment to Base64 (the business rule returns the text value of the last attachment). When the whole thing is handled by TimeOut, I get the error: Message=Error executing SQL rule Create Attachment Base64 (Id: 3008) Source=WebCon.WorkFlow.Base Stack (...)

(...) I want to send an email which has as Body the Item List's values which i have added. Is it possible? I have seen that i can Populate a word with Item list, but i am asking just for that email body text . Thank you.

(...) Hi, I have found this article. I don't understand where should i define an additional row... (text fig. 13) Or i get error "column DET_Att1 not found.." https://community.webcon.com/posts/post/confiugration-of-the-item-list-and-data-table-form-field-in-e-mail-templates/14 Can you help? Thank you.

(...) rollerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContext Sealed context ) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructu (...)

(...) e the response body into a multi-line content field. I am also using a HTML field with a download button, to save this file from content field to disk. This method is working very good with plain/text . After saving file from Content field to disk, Excel is corrupt. I think this has something to do with content-type or encoding, but I can't figure out, how to get the raw content. Is there (...)

(...) How can I initialize attachments on the item list in the subworkflow? The initializing query retrieves text fields, but does not retrieve attachments. I receive an error message: Validation Error, SubElems (ID: 9031) Attachment not found. SubElems (ID: 9031) Attachment not found.

(...) ) = 2 and is now replaced by the Calculated field WFD_DTYPEID = 1 and WFD_AttChoose1_ID = 2 This will fail now because I didn't put the WFD_ID into single quotes '' and the new field may contain text which can not be converted to integer. It seems that the dbo.ClearWFElemId(WFD_AttChoose1) = 2 was applied after getting all elements of the form type 1 while the condition with the calculated field (...)

(...) File name: 'System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at System.SpanHelpers.SequenceEqual(Byte& first, Byte& second, NUInt length) at System.text .Json.JsonSerializer.LookupProperty(Object obj, ReadOnlySpan`1 unescapedPropertyName, ReadStack& state, Boolean& useExtensionProperty, Boolean createExtensionProperty) at System.text .Json.Serializ (...)

(...) I have a form on which I want to have an action that trigers after the fields has change, what kind of action I can add? For instace in workflow I have element called 'start' with form fields : text : dupa Number : 1000 user makes some changes in those field, after that i want to trigger my action. How can I do it?

(...) rollerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContext Sealed context ) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructu (...)

(...) I'm not sure, but I haven't found any information about this anywhere. Is it really the case that BPS groups cannot be nested? Am I the only one who expects this kind of functionality in this context ? Webcon can handle nested AD groups, why not Webcon's own groups? Or did I miss a hidden function/button/setting that makes this possible? 😅 I appreciate any help.

(...) at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj) at System.Threading.ExecutionContext .RunInternal(ExecutionContext executionContext , Context Callback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext .Run(ExecutionContext executionContext , Context (...)

(...) mation has in transfer's description instance signature from the invoice workflow. 3. I've created another workflow, which is monitoring hotfolder for new payment confirmations and then after adding text layer and OCR AI steps (finding signature of invoice instance) keeping the signature value in the text field. 4. Now I want to copy attachment from the workflow from point 3 to the invoice workflow (...)

(...) have a choice field and it is populated from a data source with autocomplete activated. I want to limit the choice field to only the data from the data source. The user can't manually type any other text . How can I accomplish this?. Thanks