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

search results

for script

(...) rom BPS on SharePoint to Standalone. We have some concerns. The current environment is Webcon 2021 on SharePoint 2013 Foundation. We are not using modern forms. -Is there any other migration guide/descript ion than this? https://community.webcon.com/posts/post/going-sharepointless-how-to-transform-your-environment-into-standalone/168 -If I understand correctly, all applications will have to be transfer (...)

(...) rm] GFileWithContentWrite fileInfo) { var stream = fileInfo.File.OpenReadStream(); var createdFile = await _driveService.CreateFileAsync( new GoogleFileWrite() { Descript ion= fileInfo.Descript ion, MimeType = fileInfo.MimeType, Name = fileInfo.Name, ParentIds = fileInfo.ParentIds }, stream); return Ok(createdFile); } The process always fa (...)

(...) Hi there, this is regarding Microsoft Graph. I'm trying to get a Bearer token but I always get an error message when loading stating: "error":"invalid_request","error_descript ion":"AADSTS900144: The request body must contain the following parameter: 'grant_type' I attached a couple of screenshots of the configuraiton. And here's the full error message: Request Start Request-Url: https:// (...)

(...) Hi everyone, the start new element API has the mode parameter with the following descript ion: mode String($int32) (query) Optional mode parameter that specifies validation behavior. When empty or standard, all fields will be validated. When set ignoreReadonly, readonly fields won't be set but no error will be returned. Admin value allows to edit readonly fields, but requires admin permissions. (...)

(...) JSON namespace for serializing / deserializing JSON objects, which requires a bunch of satellite assemblies to be packaged also. These assemblies are added to each package with a custom Powershell script and have exactly the same version in both packages. Why is Webcon complaining here (since versions are identical) and how can we guarantee plugin functionality of both packages, even if they are u (...)

(...) addition, these use cases would get some tags, for example so that you could get all use cases by industry. Besides these use cases, I would add a section for “SDK actions”. This could be links /descript ions to SDKs provided on GitHub or whatever source. Another side effect could be that we could do a little diagram how many companies have implemented 1-5, 5-10,10-20, 20+ applications. Here’s jus (...)

(...) Hello, I have a question. I'm a Webcon admin. I am trying to test API and I get this error response from Webcon API: { "type": "InsufficientAccountPermissions", "descript ion": "Global admin permissions required", "errorGuid": "54d9ccb7-183e-484f-ba73-7f1d0d8ec794" } my endpoint in request via POSTMAN /api/data/beta/admin/db/1/businessentities my Webcon verion is: 2021.1.5.30 (...)

(...) Hi, does anyone know how to get via Javascript whether the page "is dirty". So I can do a similar check to "You are leaving the form with unsaved data"? Best regards, Daniel

(...) Hi, I would like to programmatically get the ID of the form field that triggered a function. How can I do this? The end goal is to set the form field back to its default value in case javascript validation fails. Thanks! Mark

(...) Hello, does anyone can help me, how to disable a specified cell in item list? Problem descript ion: 1) User enters ID numbers that are not allowed to be edited in the attribute "ID numbers uneditable" (screenshot). 2) For each ID number in item list, specified in the attribute "ID numbers uneditable", item list row should be colored red and should not be editable (should be DISABLE). Especially, i (...)

(...) ags' text field, which contains tags (eg. black, bike, red). Every tag is separated by ','. 2. I have another process, for example 'Order'. On this form, user can enter what he is looking for, on 'Descript ion' field. I want to check if any word from order's 'Descript ion' field matches the 'Product' tag and return the number of that products + set proper products on Order form. Any ideas? :)

(...) screenshot). I can find the step in the db: SELECT * FROM WFSteps WHERE WFSteps.STP_ID = 95 But no associated Wf instances with it: SELECT WFSteps.STP_ID, WFSteps.STP_Name, WFSteps.STP_Descript ion, WFSteps.STP_IsFinish, WFElements.WFD_ID FROM WFElements JOIN WFSteps ON WFSteps.STP_ID = WFElements.WFD_STPID WHERE WFD_STPID= 95 It's not an option to use the admin tools to delete all ins (...)

(...) a dictionary process to a standard process. Before I start to create a complete new process from scratch I want to ask if there is an easier way to get this done. Maybe there is a tool or some script somewhere out there, which gets this done. Thanks a lot in advance & best regards, Nik

(...) ner I only found a static (checkbox) option. Background is only the clarity about the process steps to be done. I thought maybe it would be possible to simply show and hide the container using Javascript . Unfortunately, I have not enough experience in this area. Do you have an idea? I tried it once statically with CSS (See Screenshot). Thank you in advance!

(...) ange that 'unhides' the target form field. I've been doing it the following way: 1. Make the field that should not be shown upon form load visible in the Field Matrix 2. Insert the 'Hide' Javascript function into the main form behavior of the step 2. Create a form rule which shows/hides based on a condition 3. Add the form rule to the field that is supposed to trigger show/hide for the target (...)

(...) ils. In most of my cases there some special condition which relates to a field/tab. Having the option to execute a form rule would allow to: - focus the field - show the tab - execute some Javascript which would could display a subworkflow which needs to be closed. - etc When writing this it came to my mind, that it may be even possible today if each validate form action is an own automat (...)

(...) Hi community! We need to add 'active' HTML elements to an item list, e.g. a button containing some Javascript to set a field value or a label with a custom tooltip on mouseover. Is that even possible in an item list, we didn't find any solution for this up to now? Thanks a lot for your input, Best regards, Nik

(...) Hi! Is possible using REST WEB SERVICE to sent: { "type": 0, "firm": 0, "id": 0, "ord": 0, "descript ion": "string", "lines": [ //Item list { "ord": 0, "value": 0, "type": 0, "percent": 0, "direction": 0, "dimensions": [ { "id": 0, "type": 0 }, { " (...)

(...) kflow which in the end requires (business requirement) adding payment confirmation (PDF) from banking systems. Manual process is very time consuming. 2. Each payment confirmation has in transfer's descript ion 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 (find (...)

(...) 2.png image. - When this button is clicked, I want to set the DET_Att1 (it's a Yes/No field) to 1 (not run the action from the screenshot). Can someone help me out? Can this be achieved with javascript ? If yes, how? Thank you, Martin