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

search results

for text

(...) 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

(...) works fine. But, for example, if you want to add an event to the group's calendar POST method https://graph.microsoft.com/v1.0/groups/{group_id}/calendar/events The api needs to run in the context of the logged in user, not in the context of the application. That's why I added authorizations in webcon: screen1 I added a connection to this authorization: screen2 Then in the REST action I a (...)

Hello all, I'm trying to set up a button to start another workflow but I want to pass the current instance ID so I can relate the two instances. I'm using the info from Webcon but I don't know how to pass the ID: Legal Request Process Using this, I'm basically writing WFD_ID in the destination field. Does anyone know how to get this working= Thank you

(...) separate lines within the same field? Specifically, I would like to know if there's a way to use a newline character or any other method to achieve this. My Observatii 2 field is Multiple lines of text . Thank you

(...) Hi all, Is there any possibility to change an URL field adding the link in the address and the text we want in the name? I want to create an URL link using a field from (through Change field action) the form but I don´t to display a more friendly name than the address. Thank you!

(...) with a datarow column. Inside this column I'm creating a button like so: Basically, I'm replicating the buttons from the action column. I know I can add the title="some text " to the button to have a default tooltip. But I'd like to use the built in tooltips. Please see the attached images to see what I mean. Anyone know how to get that?

(...) uments. Examples: - Instead of rendering item list/ data tables as tables in word we could generate "chapters" - Chapters could contain other chapters - Displaying multi line fields with rich text - Displaying pictures from attachments inside the document - Conditional displaying information inside the document - Using the same template from different sources using data tables. You can f (...)

(...) hi there, how i can modify the format of the form (default) to custom form by placing the text field first and then the name of the field., see the attachment for mor explanation please assist.

(...) onment. When you export the application and import it to another environment, you may be in for a surprise (2). Comparing the configuration shows some difference. In my case the field 569 was an Atttext 4 field in the source and a WFD_Tab field in the target environment (3). Which caused the problem . By changing the columns of the report in the source database, for example clicking the "default vie (...)

(...) ing, but just for one item: 1. dictionary with shipping company: a) DHL, GLS ect. b) parcel tracking link with marking place: [tracking_no] 2. business rule is changing [tracking_no] and set to text field as hyperlink and "grab" the tracking individual string (see all screenshots) What I would like to have: the same functionality but add multiple lines (divided shipping ... :/ ) Item list, (...)

(...) hodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine) at WebCon.WorkFlow.BusinessLogic.Automations.Engine.AutomationEngine.RunAutomationWithoutResultCleanAsync(IAutomationWithExecutionContext automation, AutomationEvaluationParameters parameters) at WebCon.WorkFlow.BusinessLogic.Automations.Engine.Evaluators.AutomationEvaluator.d__6.MoveNext() at System.Runtime.CompilerServices.As (...)

(...) Hello community I have to have in form field description text and picture. Is it possible? If yes, where to store and how to call the picture? Example will be appreciated. Thank you in advance.

(...) Hello, I'm looking for a feature to be able to display images inside drop-down, or pop-up choice field. Either form Picture field, or from Single line of text in Picture mode. Use case: I'm working on a process, where sales department should specify which base product should be used as a starting point to create a new one. There is a long list of those base products, and remembering how each (...)

(...) process (1)] from wfelements where wfd_dtypeid=102[which is the form id of process (1)] and wfd_id=3557) In my second (2) process I saved the equipment Instance ID from the 1st process in WFD_Atttext 1. I want to replace "3557" with the Instance ID from Initialization process which I have in second process (WFD_Atttext 1) and it is not working.

(...) to a field, more specifically an ID. I have tried multiples methods, but i did not success... This is my response. How can i save the "value/listItem/id" to a field? (id=318) { "@odata.context ": "https://graph.microsoft.com/v1.0/$metadata#sites('test')/drives('XNOnVydrSL6yetalE8-T')/root/children(listItem())", "value": [ { "createdDateTime": "2024-01-15T16:28:02Z (...)

(...) mark as required some form fields based on field Guid. Is there a way to do this easily? When I look at the signature of e.g. Hide function it just seems to take some shrinked DB name (e.g. Atttext 35) or field id (integer), which is different between environments. Appreciate any hint into right direction. Thanks in advance & best regards, Nik