Learn about the latest Nintex capabilities at New at Nintex
All archived community articles, forum posts and groups. Here you will also find older K2 brokers as well as archived Group content.
Recently active
I have Single Line Textbox in a repeating section. This gets calculated through:var calc1= NWF$('#' + vcalc1).val();var RepSecCounter = NWF$('#' + repseccounter).val();var tointRepSec = parseInt(RepSecCounter);var tointRest = parseInt(calc1);var calculation=(tointRest /tointRepSec);else{ NWF$(".your-repeater .nf-repeater-row:not('.nf-repeater-row-hidden')").each(function () { var $row = NWF$(this); var $input1Val = $row.find(".input1 input").val(calculation);});This calculates the value correctally but when i put a calculated value beside it, it doesn't get the true value of it (shows "0"). Only if I keypress a spacebar and enter into the singleline textbox (manually), the calculated value gets the value.I don't want to do it through a simulated keyevent in JS or Jquery trigger function.Is there a way to truely calculate the value of the textbox right?Is it because if this? var $input1Val = $row.find(".input1 input").val(calculation);
Hi All,I have a requirement where I need one Text box field to not be empty when a particular button is clicked. I am trying to achieve this via Validation Rules. I am applying the validation on the button instead of the tex box because it should work only on that button click. However the Validation is not working. Can anyone please help me. Below is screenshot of the validation applied.
Hi All,Does K2 Workspace refresh the worklist automatically? If there are 30 worklists in Workspace and if I open one work list item and do some action then the particular work list item should be removed from the workspace-worklist. But unless I refresh it , the worklist item remains in the list. Is there a way where the worklist items can be refereshed. In the above case if auto refresh was there then only 29 requests will be shown. Thank youAravindh
Hi All,We Are using the state machine workflow. In that we have 2 states one is approve and other is request update.Once approved it will go to next level. On request update option it has to go back to initiator , once initiator modifies the item it has to go back to approver again. how to check whether iniator edited the item. Please give me your thoughtsRegardsHema
We did a migration from SharePoint 2013 to SharePoint 2016. In both farms we have (had) Nintex Workflow and Nintex Forms running. Nintex is running fine. But in Central Administration we got "missing server side dependencies". I know this issue and know how to resolve this. But I do not know whether I was allowed to remove these. One expample: [MissingFeature] Database [WSS_dms.tld_01] has reference(s) to a missing feature: Name = [Nintex Workflow 2013 Enterprise Reporting], Id = [2fb9d5df-2fb5-403d-b155-535c256be1dc], Description = [Aktiviert die Verwendung von Nintex Workflow 2013 Enterprise Reporting für diese Website.], Install Location = [NintexWorkflowEnterpriseWeb]. Feature (Name = [Nintex Workflow 2013 Enterprise Reporting], Id = [2fb9d5df-2fb5-403d-b155-535c256be1dc], Description = [Aktiviert die Verwendung von Nintex Workflow 2013 Enterprise Reporting für diese Website.], Install Location = [NintexWorkflowEnterpriseWeb]) is referenced in database [WSS_dms.tld_01], but isn't
 Symptoms SQL Server Smartobjects drop milliseconds form DateTime values Diagnoses We extensively use SQL DateTime fields - and particularly the millisecond values in order manage concurrency in our Line-Of-Business application.SQL Smart Objects are dropping or ignoring the millisecond portions of the datetime values - making comparisons with existing data to very concurrency impossible.Create a table:CREATE TABLE [dbo].[TestMilliseconds]([Id] [int] IDENTITY(1,1) NOT NULL,[Created] [datetime] NOT NULL CONSTRAINT [DF_TestMilliseconds_Created] DEFAULT (getdate()),[Updated] [datetime] NULL,CONSTRAINT [PK_TestMilliseconds] PRIMARY KEY CLUSTERED([Id] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]) ON [PRIMARY]insert into TESTMILLISECONDS(UPDATED) VALUES (NULL)Create a SmartObject that has read and update methods on the table.NB: Test the fetch or list methods with the test tool - it only displays the s
Hi All,I am a newbie to Nintex, expecting your support to make my life easy. I have attached my form. There are three blocks, 1. Summary of compliance exception 2. Exception Details 3. Risk & control review.Functionality: 1. Any body can submit the ticket/issue by clicking the newitem in the list, he should be able to see only 1st block i.e Summary of compliance exception, remaining two blocks should be hidden.2. Then it will go to next level for approval and he/she should be able to see only second block, 1st block should be disable and 3rd block should be hidden.3. Then it will go to next level of approval and he/she should be see only 3rd block, 1st and 2nd block should be disable.I know i am asking little big task/question as i am completely new to the environment. I am expecting your kind support and cooperation. Thank you in advance.
Lets say I want to make style for nintex error validation - by putting it below the control.I have a code doing it (It's free, just take it  :function validateRequiredField(fieldClientId, errorMsg) { var NWF$this = NWF$('#' + fieldClientId); var NWF$errorEl = NWF$this.parent().siblings('.nf-validator-error').first().length ? NWF$this.parent().siblings('.nf-validator-error').first() : NWF$this.parent().parent().siblings('.nf-validator-error').first(); if (NWF$this.val()) { NWF$errorEl.text('').hide(); return true; } else { NWF$errorEl.text(errorMsg).show(); return false; } } JUST ADD SOME CSS)Anyway, I want to get all the control's specific validation and put it into array. How can I get it?
 Symptoms I have couple of lookup columns in the form. The new form does not have an issue. However the edit form throws an error:"Microsoft.SharePoint.Client.ServerException: The query cannot be completed because the number of lookup columns it contains exceeds the lookup column threshold enforced by the administrator." Diagnoses There is a limitation in SharePoint that limits the number of lookup columns you can have to 12(List View Lookup Threshold). This limitation is enforced to prevent performance problems when executing too many joins within a single call. AFAIK this threshold cannot be modified in O365, at least not without reaching out Microsoft of which they will more than likely advise that you stayed within the default limit .Here's one of the many articles that talks about this subject matter: http://blogs.msdn.com/b/spses/archive/2013/12/02/sharepoint-2010-2013-list-view-lookup-threshold-uncovered.aspxAppit uses CSOM API calls to interact with O365. CSOM enforces the look
 Symptoms Changes to group membership in SharePoint are not reflecting in K2. Diagnosis SharePoint and K2 group memebership need to be synchronized. Solution To synchroize SharePoint and K2 group memebership, access Appit in the Site Collection. Then click on Synchronize Groups under the Permission title. You will see the screen following screen with this description:    Forces the synchronization of site groups between SharePoint and K2. Typically set to synchronize every 8 hours, forcing this synchronization is necessary when changes to group membership in SharePoint must be reflected immediately in K2. Depending on the size of the site and number of users, this operation may require a few minutes to complete.      By clicking Synchronize, you will force SharePoint and K2 to sync group memeberships. Keep in mind that large groups may require a few minutes to sync. Thus, do not worry if it does not happen instantly.Â
I have a Nintex Forms that is using Tabs. On one of the Tabs, there is a choice control with three selections.  One of the selections in the Choice Control, will hide a column on another Tab in the Form.  If a user goes back to the Tab with the Choice Control selection, and unselects one of the choice that hides the column on the other Tab, and then goes to the Tab with the hidden column, the hidden column is still hidden. Why does the change in the Choice Control selection not get reflected in the other Tabs?   Does the form or tab need to be refreshed to reflect the change in the Choice Control selections?  If so, does this need to be done with JavaScript? How would you do this with JavaScript? Or can this be done without JavaScript?ThanksShannon
Hello,I am trying to convert Word files from one library to PDF files in another. I believe I have figured that out with one exception. Can I preserve the metadata attach to the Word file and have it transferred when the PDF file is created in another library? How do I do that?Thanks!
Hello ,In my Task, I need to insert some data and then click approve? How can I dot it? In fact, I don't have the nintex Forms license, so I thought about InfoPath. but each time I want to edit the taskFoms using info path I got errors.any idea how can I edit the task From, to put the approve button in the button and to display the properties of the item on edit so that user can set data and click approve on the same tab.Thank you.Â
How do you get the attachments to show on the Workflow form? When the workflow task form loads, it just give the task owner the option to upload files, it doesn't show the files that have been uploaded. Is there something that I missed? If I look at the form in the List, I can see the attachments. However when I look at the task form they don't show there. So I know the attachments are saving I just don't know how to make them appear on the workflow task form. I have been searching the internet but I have not come across anything that quite explains what I should do.
Hi Team,I have a xml file in the following format.Could you please tell how we can read it?<?xml version="1.0" encoding="utf-8"?><RepeaterData> <Version /> <Items> <Item> <eee839ca-577c-43c2-af32-1d74ee1de64f type="System.Int32">2017</eee839ca-577c-43c2-af32-1d74ee1de64f> <f21208c6-0f13-407b-9910-4413d7fe27f0 type="System.Int32">100</f21208c6-0f13-407b-9910-4413d7fe27f0> <_x0037_cea2d0d-ec8c-4c2f-bc71-23b7fe9aae27 type="System.Int32">200</_x0037_cea2d0d-ec8c-4c2f-bc71-23b7fe9aae27> <_x0031_37a2f24-bf65-42e8-a135-eb5794ba40c7 type="System.Int32">100</_x0031_37a2f24-bf65-42e8-a135-eb5794ba40c7> </Item> <Item> <eee839ca-577c-43c2-af32-1d74ee1de64f type="System.Int32">2018</eee839ca-577c-43c2-af32-1d74ee1de64f> <f21208c6-0f13-407b-9910-4413d7fe27f0 type="System.Int32">200</f21208c6-0f13-407b-9910-4413d7fe27f0> <_x0037_cea2d0d-ec8c-4c2f-bc71-23b7fe9aae27 type="System.Int32"&g
Hello,for a special form I have set up a list containing a choice field. In the form the field will be a dropdown control.The selectable options in that field have the format "key|value".For example:  US|United States of America  GB|United Kingdom  DE|GermanyThe key is the part that will be saved with the item while the value part is only for display that to the user. Further the key is used for calculation of special values. This is the reason for using key and value pairs.Now in a workflow I find that I need to write E-mails containing the choice of the user. Now I want to ask how I can now get the displayed value?My first idea was to store that value to a separate colum after the user did his choice. But I have no idea how to find out that value and not the key?Can anybody give me a hint? May be that is simple.Thanks in advance.regardsMartin
We have a workflow that at some point will send an email to a bunch of people with a couple of attachments. 95% of the time the attachments will work but for a curious few there is none at all.The attachments are attached via an item column that has a url of a previously generated document:I have checked that the actual document exists and the url is valid.Has anyone else encountered this problem and do they have a fix?
I have a form where a certain field (set to resize) background color will not fill correctly. See image below. Any idea what I'm doing wrong? Thanks for any and all help.Â
Only for One user n he got error on the My Workflow Tasks webpart.the error is : Error: The execution time has expired. The timeout has elapsed before the end of the operation or the server is not responding. I delete all tasks for this user n but the error still .Any idea.
Hi,I have to create workflow tasks on list items. I tried to use "Assign Flexi Task", "Assign To-Do Task", "Request Data". However, the workflow which creates this tasks waits for it complete it. As per my requirement, the workflow should create tasks and assign to assignee and move further and create another task for other item.Is there any workflow action available for this or any workaround?ThanksSunil
We are running Enterprise Workflow and Enterprise Forms in SharePoint on premise 2016. I have a list lookup control on the nintex form.On the view mode, the control shows up as a link.On the edit mode, control shows up as a drop downI open the form in view mode, print the form using "Print to PDF" button and I see the full path of the lookup value. Is there a way to hide the path when the form is "printed to PDF"?
Hello,I tried to search for the answer to this, but had no luck. If a flex-task sends an email to a person for approval, but that person is out of the office, how can the task be approved or delegated or handled?
Hi, I am trying to set the Confirmation message (under Advanced) on a flexi task form. However, the message does not appear. Basically, once the user clicks the submit button, I wanted to ask them if they are sure they want to submit the form.
Hi ,Iam getting the below error in the Host Server Log file.UMEmptyQError","K2DestQueue.RunDestQueue","24148 The User Manager 127.0.0.1 returned an empty queue.","anonymous"There are several lines of the same text in the log file.The event viewer shows the following ,24148 The User Manager 127.0.0.1 returned an empty queue.What are the steps to be followed to solve this error? Â Thanks,RajeshÂ
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.