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

search results

for attachment

(...) 0 There have been quite a lot of improvements and updating the version could save others a lot of time. Minor additional wish :) Adding a configuration option to automatically create bookmarks, the attachment shows the result: https://www.winnovative-software.com/Help/html_to_pdf/Index.aspx // Auto Create a hierarchy of bookmarks from H1 to H6 tags found in HTML if (autoBookmarksCheckBox.Checked) (...)

(...) tyTypes type) w WebCon.WorkFlow.Base.Solr.SolrLogger.AddWithDirectSolrAdder(BPSActivity activity, ActivityTypes activityType) Webcon Designer Studio System Configuration shows the error as in the attachment : Thanks in advance for any feedback.

(...) e an action with the Active Directory - Manage users function. When I start the action on the path I always get an Access denied message. I put the example screenshot and the fault message in the attachment . Is there anything else important what I have to consider in the settings? I am grateful for any help! Maximilian

(...) Hi, I use process level constants when I need to generate MS Word attachment s. This gives me consistency when transferring processes between DEV / TEST / PROD. I don't have to think about replacing the name /DOCTEMP/f8e86bc...e967af9b62 with another guid in appropriate action. The same I wanted to do for generating MS Excel attachment s. Unfortunately I get the error: WebCon.WorkFlow.Common.Exceptions.WorkF (...)

(...) d the requirement to calculate a reminder date based on a due date. This should be x days before while respecting the working day calendar. SQL Command for calculating a date _after_ the base date, attachment (1): select Top 1 [CAL_WorkingDate] from ( -- Top: number of working days before the base date SELECT TOP {BRP:13} [CAL_WorkingDate],[CAL_IsWorkingDay] FROM [dbo].[Calendars] (...)

(...) pops up I checked twice. Once all DC, IIS, SQL and Webcon in a VirtualBox virtual machine. Second time, with separate DC and virtual machine on IIS, SQL, WEEBCON. And the same. Screenshots in the attachment . What is the cause?

(...) Hello everyone, having some experience in coding, makes it for me obvious that font used in text areas should be monospaced. Simply it's easier to read code, when it's monospaced. In attachment you can see and compare how that simple lines are better aligned, with monospaced font. When you edit some more complex SQL Queries, or when you deal with some custom HTML element - it would make life just easier. (...)

(...) oblem/the question starts: Does anyone have an idea how I can change the stored from address in an msg file/mail? I will ask the customer to save a test mail as a msg file and send it to me as an attachment . Unfortunately this may take some time and I would prefer to fiddle with a .msg file to change the from address, so that I can continue working. :) Easiest why would be to send a mail from an SMTP s (...)

(...) 1 is no longer valid. Configuration after correcting the assignment WFD_AttText1Glob {690} true There was no "problem" with the following actions: Update attachment , SDK action, Change value of single field, notifications. 2. Saving report views I had to save each report view to show the new column. It was sufficient to click on the view and hit the save bu (...)

(...) Dear Community, I have a question regarding attachment s database. Size of the database is quite large and I'm trying to find optimizations here. Table / index compression is not a solution - compression ratio is barely reaches 0,5% level. I have found a lot of records in this database where attachment s are deleted (column ATF_IsDeleted = 1). Is it safe to remove such records from database or it will mak (...)

(...) We are coming across scenarios, where it is required to audit the views and not only changes on an element. Ideally we would be able to configure the audit level: - View element - View attachment - Download attachment - View in report (elements retrieved and displayed on reports) - Edit element - Delete element As additional auditing is likely to have performance impacts and also increase the d (...)

(...) We created a set of powershell cmdlets to connect to a portal, start/update/delete workflows and adding attachment s. Inspired by the -UseWebLogin parameter off the Connect-PnPOnline cmdlet i extended our powershell cmdlets with a use weblogin feature. Fiddler and a bit of research in the web provided the right approach quite fast. Authentication works fine, but when using the rest api i receive an " (...)

(...) Hi, I am trying to move multiple related child instances through an action. I tried doing that with the “Move workflow (SQL)” action. The query I used can be found in the attachment s. The table I get also looks fine, but I still get the Error "Incorrect column PATH_ID format". I already checked all of the IDs, they should all be fine. I used the following thread as a reference: https://alterpaths.com/wa (...)

(...) Hi folks, We have a Word File with three data tables from Webcon in there, which will be generated and converted to PDF, then put into the attachment s. The thing I have struggled to figure out until now is, how to hide or not show a table when the corresponding data table in Webcon is empty. I know that it is possible to use Business Rules in there, but again none which use parameters. Is there a (...)

(...) Hi. I have a Dev environment and i try to export my apps but I have a problem. When I click export an app, I receive error. This error I upload with attachment . Why I have a problem with export ?

(...) l for me. I have an action (javascript) that generates a QR code and puts it in an HTML attribute. The QR code is created from the value of the text attribute. I want to insert this QR code into the attachment created from the document process. HTML created in this way cannot be added to an attachment . I added an image type attribute, I can drag from HTML to image, but I would like to automate this. Is it (...)

(...) Hi Everybody I hope you can advise me about processing documents by Solr, it does it extremely slowly in the queue, it takes about 1-3 seconds per document without attachment . I have about 300-500 thousand documents to modify, recently when I filled the queue with 80 thousand, it was unloaded for 4 days: / My configuration: Webcon 2020.1.3.434 Solr (version 8.3.0) info from dashboard: Physica (...)

(...) When I try to generate documentation of my process I get error: "Sequence contains more than one matching element", see included attachment . Application has no real issues, what to do?

(...) or more pdfs or images. We've configured a hot-mail-box to check for e-mail having a pdf with a valid barcode. The pdf with the barcode is attached nicely :). But also want to add the additional attachment s. One should expect that according the documentation the configuration of additional attachment filter would actually add additional attachment s. After talking to the support this is only the case (...)

(...) I need to upload attachment s to our company cloud services. Below is the web api endpoint that accept a file: [HttpPost("createfilewithcontent"), DisableRequestSizeLimit] public async Task CreateFileWithContent([FromForm] GFileWithContentWrite fileInfo) { var stream = fileInfo.File.OpenReadStream(); var createdFile = await _driveService.CreateFileAsync( new GoogleFi (...)