Complete our Nintex Community Survey
Access resources, discussions, and tips to design and manage workflows with Nintex Automation K2.
Recently active
Good Day, it is possible to exclude view from tab forms ? I need to put the view outside the tab . please check the below image.
We have a treeview and allow search control.If a user search for 100, and select it from the search result, node "D" is automatically expanded.Node "100" is selected, but the issue is treeview does not focus on node "100" which confuse the end users, as they think that search does nothing. Have anyone experience this before? Example- A- B- C- D - 1 to - 100
Good DayI'm new to k2 and i have a system requirement that needs me to transfer information from one form state to another.i understand i'd have to use a parameter , but im not sure how i would go about capturing that ID on the one from to another on different states(task).i need that id to execute a list method to populate some controls.
We recently upgraded to k2 5.5 from 5.3 to the March Cumulative update. We just realised that after the march update there are 9 fix packs. Can I only install FP 9 or do I have to do them one by one till 9? I believe we need to download only the 9 but I need to be sure to plan time accordingly. Thanks
Good Day I believe i have a simple rework task within my workflow where i want the User to reSubmit the form , issue is when the form opens its giving me a read error which i never get when im initially submitting the from from the start. i know which rule it is reffering to , but under that state i can't edit any rules since they are all set on the base state. Do i need to pass the ID through a Smart Object on the workflow ? but which method do i use im clueless any insight would help.
Hello, I have a rule which was used to validate a control against a smartobject (images attached). Previously, this was used to prevent users from submitting a form if the BAR_CODE entered in a text box already existed in the table, which worked fine. However, it must now also validate against the LENGTH value - i.e. an existing BAR_CODE with the same LENGTH must be prevented from submitting, but an existing BAR_CODE with a different LENGTH should be permitted. However when the advanced condition is combined it doesn't work. I've attached images of the form and the rule in question, appreciate any responses.
Whenever I take pictures with an iPhone, the pictures almost always upload in the wrong orientation. The only time it seems to work properly is when holding the phone in landscape mode and making sure the home button/bottom of the screen is to the right. Does anyone have a fix for this behavior?
Hi,This is my approach to resolve the issue of listview display on k2 mobile app.Add a button and a data label to the form. Make sure that the data label literal checkbox is checked, and “prevent xss” is unchecked in the click button event add an action to set the properties of the datalabel control paste the following code:<script defer>if (document.readyState == "complete"){const collection = document.getElementsByClassName("grid-content-table zebra-stripes");for (let i = 0; i < collection.length; i++){collection[i].style.tableLayout = "auto";}}</script>add the form to the “System/Application form” folder test from k2 workspace mobile app and click the button test using developer tools you can try the code in expressions but I prefer this see the attachment for further explanation Best Regards,Bashar Adas.
I'm currently working on a large BPM project at work which uses the Global 360 BPM tool-set called Process 360. Just to give some background; this product works like a lot of other BPM solutions in that you design multiple "process maps" which define the flow of a particular business process you're trying to model, and each process map consists of multiple task nodes connected together which perform particular functions (calling web-services etc).Currently we're experiencing some pretty serious issues during QA phases of our releases because there isn't any way provided by the tool-set to automate testing of the process map routes. So when a large and complex process is developed and handed over to our test team there are often a large number of issues which crop up. While obviously you'd expect some issues to come out of QA, I can't help the feeling that a lot of the bugs etc could have been spotted during development if we had some sort of automated testing framework which we could u
Hi Guys, I'm trying to configure OAuth for K2 EWS as per https://help.nintex.com/en-US/k2five/userguide/current/default.htm#K2-Management-Site/Features/Exchange.htm There is error for K2TSTS20002: An error occurred while processing an authorization response (invalid_redirect_uri) after i click on the Accept on the consent form as per attached. Any idea how to resolve it ?
After upgrading to 5.5 from 5.4, I’m running Jo to an issue when searching for a user using the aad label it’s not returning any results. However my forms have no issues returning users with some picker controls I have that use the azure Active Directory smart object. What might cause the issue when searching a for user using the aad label to not return any results? This is when trying to add workflow rights to a user, add an aad user to a role or redirect a task to an aad user.
Hello, I need to choose only the month and year on the form. Is there a change so that only the month and year can be selected in the calendar control? I saw that I can change the format, but the choice shows with the day.
My dropdown list is saving the ID instead of Name. Not sure why and how would i solve this , i dont want to purposefully save the 'Project Name' on the create method becuase i still need the ID later to populate some fields.
hi all, We used workflow to test send email and occured this error: There is no connection string for the destination email address 'Email Address'. We amend it according to the article: https://help.k2.com/support-services/kbt143331. But still not work. Can you tell me how to fix it? we have opened the firewall ports as source K2 application server -> destination smtp server TCP 25 ports (non-bidirection). Thanks a lot.
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 😞
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.