Interactive workshop: Automated DocGen for Manufacturing Ops
Access resources, discussions, and tips to design and manage workflows with Nintex Automation K2.
Recently active
please see error below, i tried all my best but the error keeps on showing up. Missing reference at Line "decision" while trying to resolve the following reference root.nodes [{ " internalid":3}]Configuration.outcome[{"internalid";3}], an error occured: reference not found ...stack location :k2process " Expense Claim workflow > stack End
I would like to create a unique reference number column in one of my tables in the following format – ITR/OB/{date}/{sequencenumber} – where {date} is the current date in format YYYYMMDD e.g. 20220721 and {sequencenumber} – number of records created for the day – 2 if there are two records. Is there a way of doing this in k2 or would i need to create a stored procedure? This is my stored procedure not sure if its ok. Create Procedure [dbo].[Reff_Number]asbegindeclare @RefNu varchar(100), @sequenceNumber INTSELECT @sequenceNumber = count(DateID) +1 from [dbo].[Dates] where convert(date,[Date Created]) = convert(date,getdate())SET @RefNu = 'ITR/OB/'+convert(varchar, getdate(),112)+'/'+ convert(varchar, @sequenceNumber)INSERT INTO [K2Learning_Timesheet_Siboniso].[dbo].[Dates]([Days of the week],[Is Working Day],[Client],[Consultant],[Total hours],[Overall Comments],[Date Created],[ReferenceNumber])SELECT @RefNu,GETDATE(),nullselect @RefNu as RefNoend
Hello I'm attempting to modify a CheckBox field's label in a list viewIs there a way i can change the checkbox outcome text from True or False to Yes or No on a ListView through the use of an expression or someway similar ?Â
Hi, Below error occur on the workflow when converting to PDF Service: PDFConverterServiceSeverity: ErrorError Message: Failed to convert to PDF.InnerException Message:Service: PDFConverterServiceSeverity: ErrorError Message: The url is blocked or there is an issue with the SSL certificate for the site requested.InnerException Message:Service: PDFConverterServiceSeverity: InformationError Message: CorrelationId: |b6f44cdf-63ef-4706-9918-f44e889d7f2d.cc3051ad_InnerException Message: Any idea in resolving this..?
I have a workflow set to start automatically when an item is saved to a SmartObject list. The user uses a K2 Five form, clicks the Save button, the item is saved to the SO list and the workflow starts. At least it does when I do it. When my colleague does it, however, the WF doesn't start. The item is saved successfully to the list, but the workflow doesn't start. My colleague has the same rights I have to modify, execute, etc. so it seems I'm overlooking a detail somewhere, but I can't find it. Any suggestions? Thanks!
Hello everyone, I'm trying to run a Javascript function that encrypts the values from a textbox and display the output on another input / data label for starters, I've attempted several methods and previous solutions from past posts but none works as the function just doesn't run on k2. I cannot figure out how to make the function run and display the result. I feel like I'm missing something somewhere.Any help or pointers would be very much appreciated. ThanksÂ
Hello My project dropdown list is not populating on my "onclick" method, which is a problem. All the controls above are meant to be filled in with the correct values for the row I select when I click on the list view. Problem: My project dropdown doesn't populate. The client dropdown list is linked in a cascading fashion to my project dropdown. I therefore assume that in order to know the id of the project dropdown, it must first read the id of the client dropdown. How do I approach this?
Hi, I'm facing issue with dates in K2 form.My requirement is to show the calendar in Hijri Arabic format and user select the date.This is working just find by changing the calendar format (Lang Region) to Arabic.But the issue comes once I want to pass calendar's value to other control i.e. label, textbox , it return it back to Gregorian date !!Which means, the calendar view is ArabicHijri but in the back-end its picking the equivalent Gregorian date. Any idea how to solve that. Thanks.Â
When requesting a new K2 Five license, there's an option for either "Non-production" or "Development" license type. What's the difference between the two?
Hi All! We call a GetWorklistItems method in our service (C# and Client DLL) and there is an error in hostserver logSystem.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near ')'. Must declare the scalar variable ""@User"". Incorrect syntax near the keyword 'with'.... We use sql profiler to catch what sql code run this time. I don't find this code in K2 DB. Please help how can we solve this problem! I attached whole error and sql. Thanks in advanceLaszlo
Hi Guys ,  I'm trying to change K2 5.1 EWS from Basic Authentication to OAuth connections as per https://community.nintex.com/t5/Technical-Issues/K2-and-upcoming-changes-to-Exchange-Online-authentication/ta-p/124404 but i failed to do so as i couldn't download cumulative update and associated fix packs from K2 due to we no longer have maintaince support with k2. My management has no plan to renew the maintaince support due to budget constraints.  Is there way to change to QAuth without update the fix packs ? Would appreciate your great help on this topic as I currently facing roadblock and have run out of idea to resolve this issue 😞       Â
Is possible to disable paste image into Rich Text editor?
hi, i came across a bizarre malfunction in my workflow,i have a save method and a task in the same step, because i want to save the step's serial number.the thing is it usually works, but every now and then the save method do not occur (with no error in my workflow) or save only part of the fields.is it possible that the server is heavy loaded and therefore do not manage to retrieve me the serial number hence it wont save?Â
Hi everyoneWould anyone please advise me on the error below?The frustrating part is this workflow was deployed without any issue a few minutes ago. I have done quite of work on this and all of sudden I get the following errors:Â references are gone. 2. Some of the Smartobject methods have errors.Can someone please advise?Thanks
As the subject, the new instance put in to error state. I checked the certain amount of workflow instances in K2.ServerLog.ProcInst , they were not started records in one minute, it should not hit the limit.How did it happen? Give me some advise please. Thanks!
We are currently looking for a way to mask all the Smart objectS method rest API requests that is been called on the smart forms, when the security team ran a vunerality test, it was discovered that all the parameters can be seen and manipulated from the browsers, the request was loaded on the browsers they could intercept and manipulate the data, is there a way to encrypt all smart objects call from the browsers esp API calls to LOBs.
While using an anonymous form, I am unable to create item in sharepoint and it shows error "Attempted to perform an unauthorized operation".But its working fine with another anonymous form that creates item in another sharepoint list .I am unable to figure out if there is any difference between the 2 sites or forms. What configurations are needed to enable sharepoint list item creation using anonymous forms ? Thanks.
Hi there,I'm working on a feature that needs to show within a Smartform, will save a record in SQL, which then the Workflow will pickup later to use. The issue is that once both Smartform and Workflow are deployed, the Smartform will start behaving like the new version immediately after deployment but there will be some instances where the WF process would still be the pre-deployment version. This is an issue. The way I would like to tackle this is to have some form of feature switch on loading of the Smartform to either show the feature or not. The best way to do this is to compare the workflow version it is opening with a configuration so "if workflow version is THIS or higher, show it", but I can't find workflow version in the Open Worklist Item. Is there an easy way to get the version at runtime (even server side so as not to show any SMO call to the client)?
Hi... Â I have two columns which contain an amount data (currency value) while the other contain duration like a tenor (6 month, 1 year etc...) also i have another column which is to calculate the currency data with the tenor, how do i go about it, like need a calculation format..? Â and how do i calculate it interest too per annual Â
when users action tasks on K2, the tasks do not leave their task list, even after they have gotten a popup notification stating they have completed the tasks. When the same task is redirected to other users, once they actions, the tasks are removed from their task list.  Please what could be the cause, and possible solution. Â
Hello, Â I am trying to redirect the default logout page for forms STS, i want it to point to another form or another URL (maybe a website). Â
Hi!I tried many different settings but no luck so decided to create new thread.Using File Attachment control in SmartForm I can't upload *.pdf file 6.5MB. Error message what I got is "The file could not be uploaded. Unforseen error occured on the file upload, contact your administrator." In browser console I can see that 413 (Request Entity Too Large) error is thrown. I'm using K2 Five 5.5.Tried to install latest CU and FixPack - No luck;Tried to edit runtime and designer Web.Config files with those settings:<add key="Forms.Designer.Controls.Attachment.MaxSize" value="2097151"/><httpRuntime maxRequestLength="2097151" requestValidationMode="2.0" enableVersionHeader="false" sendCacheControlHeader="false" executionTimeout="9999" /> - no luck;Tried to edit IIS "upladReadAheadSize" to value - 2147483647 - no luck. No error entries in logfile.*.pdf is in allowed file types. Can someone suggest something else to solve this issue?
Greetings, In a current project scenario, we are using a custom security provider to connect to a different identity Provider (in this case KeyCloak) to identify users. The problem is that when users logout in K2 using the standard interface, we have found no way to forward that logout request to the identity provider to "close the session". Does any one have any ideas on how we could, using K2, forward the K2 Logout request to the identity provider where we initiated the session theourh the custom security provider?
Hello Anyone had any success making K2 Oauth resources OpenID compatible Best regardsÂ
Hello People, Â I need help with an sql procedure. I am trying to make the procedure accept multiple entries in a list view, which it will in turn post. The script I have can only cater for a single entry per parameter in an item view, and list view. Any help as regards this will be appreciated. Â Find attached the sample script. The Guarantor, and DirectorsInfo are the places where I want the script to accept multiple values in a list view.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.