(...) tion about the attachment section. Then I build myself a choice picker, where I can chose the selected file. After that I want to run an SDK action, where I get the data from my xml-file. In my code I implemented something but the file path is static at the moment and compares the file names. Normally every read in file gets an ID in the database but I don't know how to access this data. (...)
(...) the event be (everything behind #), but when trying to update the event with two additional parameters (isOnlineMeeting, and onlineMeetingProvider), I got the following response: { "error": { "code ": "RequestBroker--ParseUri", "message": "Resource not found for the segment 'QSIqpc178RLEUBwAOebtldQpXQYuXrQU7MnmzAAAAAAENAAAOebtldQpXQYuXrQU7MnmzAAGXoPJPAAA='." } } The request was: PATCH v1. (...)
(...) Gurus I'm trying to do such action: In my VS solution, I have made CustomAction that gets data from an external system as a list. I would like to return that list to ItemsList in my workflow. I have code like this: [ConfigEditableFormFieldID(DisplayName = "Pozycje nagłówka ", FormFieldTypes = WorkFlow.SDK.Objects.Enums.FormFieldTypes.ItemsList)] public List Lista_Poz { get; set; } public cl (...)
(...) ts/post/starting-workflow-from-the-sharepoint-document-library/54 I've did all the same configurations as the document to try to get it working but my Start BPS column is not displayed. The json code that is in the post needs to be formatted and my final version (for my case) is: { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": " (...)
(...) It would be great, to have some kind of IDE in the Designer Studio while editing SQL or Javascript code . Therefore it would already help if there were line numbers and code highlighting e.g. for opening and closing brackets. Sometime it is difficult to manage your own code when it reaches a certain number of lines. For example, if you have a Javascript code and only one semicolon or closing brac (...)
(...) I want to query from an Oracle DB and initialize the columns with the columns from the query: select milestone as {DCNCOL:185}, milestone_date as {DCNCOL:186}, amount as {DCNCOL:187}, currency_code as {DCNCOL:188}, amount_euro as {DCNCOL:189} from PL_Invoicing I'm trying to this but it's not working. Hope anyone has ideas for this! Thank you!!!!
(...) The Verify Process action (Process configuration test) currently doesn't check if hard code d users still exist. For example a group could be selected in a people field which limits the available users. The group has been deleted like in the attached image. But this doesn't result in an error. Best regards, Daniel
(...) What would be the best method to get the attachments of an instance inside an SDK plugin in order to make use of them in C# code ?
(...) What would be the best method to remove rows from the item list of an instance inside an SDK plugin in order to make use of them in C# code ? I tried to remove rows from the item list in the code C# (SDK plugin ) using function : WebCon.WorkFlow.SDK.Documents.Model.ItemsLists.ItemsList.RemoveAt(int index), but can't delete all the rows because I get the error from the image
(...) not get it to work. When i want to send the Process to the Signature Step i get an error from the Docusign API which i can't figure out. "Error while requesting server, received a non successful HTTP code Completed with response Body: "error":"invalid_grant","error_description":"no_valid_keys_or_signatures"}" I'm guessing that i am missing something in my Docusign Developer Account but i'm not certai (...)
(...) Hello, I am trying to send a custom mail via the action. In the direct recipients I need to have a hardcode d e-mail address and in the CC I have to have another hardcode d e-mail address. This is not a restriction, but it's the way I firstly tried. It came as a surprise when for each e-mail address a separate mail was sent. For the example above, a mail is sent for the direct recipient and another ma (...)
(...) class","org.apache.solr.common.SolrException"], "msg":"ERROR: [doc=1_4572] multiple values encountered for non multiValued field Attachment_pl_5522_txt_pl: [doc020311_001.pdf , doc020311_001.pdf ]", "code ":400}} ---> System.Net.WebException: The remote server returned an error: (400) Bad Request. at System.Net.HttpWebRequest.GetResponse() at HttpWebAdapters.Adapters.HttpWebRequestAdapter.GetResponse() (...)
(...) ------------------------------------------------------- CallStack ------------------------------------------------------- at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String code Base, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) (...)
(...) tml#AuthRequest - Google: https://developers.google.com/identity/protocols/oauth2/web-server#creatingclient - Microsoft: https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code -flow 2. Those who are using custom endpoints will know what they are doing. Of course it would be great, if we could use the expression editor for defining the endpoint but this would be a completel (...)
(...) Hi there the absence-wizard seems to be the only way to generate an absence-process in webcon. the datasource for vact-types is seemingly hardcode d. I cannot change the dropdown, delete it, nor change the system connection to add more types. if I add a new dropdown and simply hide the provided one, the data does not go where it´s supposed to go because it is not transparent where the data is written (...)
(...) with CSS. I don't know how to change [|ElementAdress|] element to my preference. I want change text-decoration change to none, change color to white and a want to add padding and bottom. It is my code : [|ElementAddress|] [|MessageBody|] I upload how to my div with ElementAdress looks. How to change this field. I have old BPS . It is version 8.2.1.63
(...) e able to set the "[TECH] angeschaut" checkbox when clicking. What i am searching for: 1) a way to implement EMBEDDED HTML with usage of row value as parameter OR 2) any other idea ;-) code for the HTML Button could be like (eg. is for stand-alone button): Open Youtube ************ {FLD:1201} = Link {FLD:1202} = check box ************ Thanks in advance, Björn Poller
(...) fic user was set in any action? I'm using this article https://community.webcon.com/posts/post/checking-user-and-group-privileges/258/3 but I want to also check where for example the user is hard code d for the Task Assignment for example. Hope you got ideas! Thank you
(...) not want to show the instance link and site link, the buttons keep showing up in the email but empty. If you want to erase them, the only option is to create a new template and discover in the HTML code where the buttons are configured. This makes no sense because the buttons don't have any other usage as showing the links so if the person chooses to hide them, it should behave as one compound on (...)
(...) When using objects in the code editor and hover on top of them it shows you the location (Very usefull), but it would lower the ammounts of clicks and speed up the development if by doubleclicking or rightclicking on those, the menu on the right would expand automaticaly.