(...) t into smaller pieces so I can test out everything I need separately. I'm trying to add a new attachment to an instance using this API /api/data/v4.0/db/{dbid}/elements/{id}/attachments. I have 2 field s into this form: contentBASE64 and fileName. All I'm trying to do is to use these values from my field s together with the API action so I end up with an instance in a final state having an attachment (...)
(...) Hi, I've cases where one choose field updates another choose field . If the data source is not a SQL database this can take some time. Setting the first field takes about 1 second, (1) in the attachment. Getting picker search results 540ms Validate picker control 460ms The setting and validation of the target field (2) takes again 1700ms and another 390 ms for executing a form rule. Setting ta (...)
(...) g ConfigValue { get; set; } } Result: The plugin itself is executed correctly, but the Designer Studio seems to have a problem loading the configuration class correctly. Only the configuration field from the 'MyCustomActionConfig' class is displayed, but not the configuration field from the 'MyCustomActionConfigBase' class. If the plugin/config classes and the base classes are in the same projec (...)
(...) Hello everyone, How can I find out more information about the cause using an error ID? Where can I enter the ID in the Designer Studio to get to the form field that is causing the error? I tried to adapt a data source to a "data table" form field because not all existing values were displayed. Now I always get the error "Failed with an unknown exception Error ID: 6f351188-04d9-4049-bd2b-d3da66 (...)
(...) tChoose6 {692} how to do SQL request or more interesting is how to do report where I can: filter Signature = WFD_AttChoose5 {72} = WFD_AttChoose6 {692} In Webcon reports I don't see process field s if I add 2 or more processes to report :/ so I can't do filter on request :/ so maybe in Source create Source by SQL requests ... and then put it to Reports ... but again I don't see option to d (...)
(...) 'Now' - as we are in context of time, and 'Close' would be more readable as 'Confirm'. Pressing arrows with increment of 1 is not great :) I know it is possible to type in that time part in the field after selecting date, but if I'm using picker for date, then it's not really comfy to close the picker, and type in the time manually.
(...) o. to "fix" (create relation) the row no. [semi solution] any other solutions? b) sorting by status: I have got Item List with column "status" (drop down list) I have 3 option to pick: - choice field (the fastest) - I would like to use that option - how to copy value to other cell in row? - choice field picker (I don't like it) - Autocomplete [it work I like but is so slow .... ] If I pick A (...)
(...) ve sub-workflow instance ID to the related column of item list. I'm using automation having FOR EACH and Start sub-workflow action. All i can see is the possibility to save subworkflow ID to the form field , not item list columns. Is there a better way than having another action updating item list with the IDs?
(...) Hello, I have set up a hotmailbox - Add to elements based on e-mail content. I am saving the BodyContent to a multiple lines of text form field called BodyContent - set always. I have created a global Menu buton which must be triggered when the value of BodyContent changes. So, on the form field - Style and behavior - Form rule to be exeuted on value change - I set "Invoke menu action - my button (...)
Hi, Does anyone know how to use the 'Edit a list element' action to update a document element in a SharePoint document library that is in a sub folder in the SharePoint document library? I am trying to use a CAML query and while I can find documents in the root document library, I can't get the CAML to find documents in a sub folder in the document library. I should mention that this appears to be
(...) tered too many times situation, where i need to make really subtle change in application, to fix some kind of error/bug. Changes so small like: * Add column on a report * Update filter on picker field * Update filter on report * Check 'wizard mode' on path * Reorder paths * and other fixes requiring less than 5 minutes of work in designer studio... Going through whole DEV/TEST/PROD workflow (...)
(...) Hello, I know if we have a field type Integer you can set its appearance like a) 123456,00 or b) 123 456,00 or c) 123,456.00 I'm wondering if we can change, by any chance, the way an INT looks like inside a data table field as well. Because at the moment, into the data table is looking like d) 123.456,00 .. and I don't have the option to choose this format for other field s as well. (...)
(...) I do process where: Part I 1. On start, in first step, in form, in field = dropdown list, I pick te signature of other flow (different proces in particular step ID) 2. Then the field s are filled with data from that chosen flow form is full of data (thats OK) 3. And NOW In that chosen flow I have got Item list how to by picking from dropdown list filled new itemlist with data ? I cre (...)
(...) ata.Caching.Collections.AttributeDocTypeAssocCacheEntityCollection.TryGetByAssociation(Int32 dtypeId, Int32 wfconId) at WebCon.WorkFlow.Data.Caching.CacheStore.c__DisplayClass855_1.b__6(WFStepFormfield CacheEntity stepFormfield ) at System.Linq.Enumerable.WhereEnumerableIterator`1.ToArray() at System.Linq.Buffer`1..ctor(IEnumerable`1 source) at System.Linq.OrderedEnumerable`1.GetEnumerato (...)
(...) Hello, I have a form field - multiple lines of text (rich). When i send an e-mail, i set my form field - last entry text. If i write a text and add a new line, it multiples the number of lines in e-mail...as you can see in the attached screenshots. Do you know why is it happening? And what is there to do? Thank you.
(...) on to: - simply open window with graf (paths and steps) in separate window - open source windows in separate window (no I need to print screen paste to mspain/irfanview) then do to configuration od field function ect. [I don't believe that no one in "Webcon Company" is not doing like that ... ) - open in new window attribute matrix .... I don't know on which step is visible or not particular attribu (...)
(...) HI I need by sql query to outline the list of the appliacation that we have and a workflows to a choice field . How can I do if the app is on Main_Db and we have apps on Main_db and main_db2?
(...) onstant (1). Right clicking on the name of the constant would show a context menu with all constants in this group (2). This was similar to the one which is displayed if you right click on the choose field to switch from ID to Name. Can we get it back please. :) Best regards, Daniel
(...) roblem. I have an order form, e.g. for a contractor, and I have created a data source that shows all the orders of this contractor. Additionally, Kontrahnet has a monthly order limit entered in the field I need the system to check whether the limit has not been exceeded during the next order. Please help me how to do this
(...) Hello, I'm trying to create a rule in JS that will listen to my checkbox value change. checkbox -> TRUE do something checkbox -> FALSE do something else I've created a HTML field with a simple InvokeRule inside.. placed my rule, and error. :) Can you help at all? Thank you!