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
Hi all,Can someone help me in Nintex workflows 2010 where can i locate the snippets(action set snippets) that i have saved ? other than inside the workflow option as 'My snippets'I have to upload couple of changes in nintex workflow, from development site to Live site. Workflow is very big one and i have major changes those needs to be uploaded on Live sit workflow. I thought i can save the changes on development site as snippets (action set snippets) and export them to Live site. I saved all the changes inside multiple action sets and saved them as snippets. I can see these snippets on my development site workflow but not able to locate them physically where they are present. so that i can copy those snippets to Live site.Thanks for the heads up on this issue.
I'm creating an Outlook meeting request, and everything works fine and the workflow is in production. Now of course is when I get the direction to change the look and feel of the meeting request to look like a standard Skype meeting. I've tried to do that, and this is the best I could get it.What they want is for it to look like an out of the box Skype meeting like below. Are there tags I can use to surround my content to make it look like a standard meeting?
Hi guys,I am struggling with accessing the value of a form value from Javascript. How can I do this?Note: I am not talking about the value of an input control - here I am aware about the "Store client ID in Javascript variable".RegardsLeif
Hello people,I'm first time user of nintex form and i have to link those two column :but i can't cause they are not the same type.What i want to do exactly is when i press "OK" the text case on the right must be hidden.And when i press "NOK" the text case must be like in the screen. If someone can help. Thanks.
I want to create link to open ios app. My link is not contain http and https. I want to know how to create hyperlink without http and https.When i create link from send notification and give link without http then in an email no clickable link is showing but a plain text of link which i gave.
Symptoms Email event configured to send to "Destination User" for the activity. The destination rule is set to "All at once" > "Create a slot for each destination" > "Resolve all roles and groups to users" > then the Destination Sets is set to a process data field. The data field contains user in this format DomainUserID After upgrade to 4.7, the email event fails with the following error: "700641","2016-10-25 11:28:23","Error","General","28083","ExtenderExecuteError","ProcessInstance.HandleException","28083 ServerEvent: Unable to cast transparent proxy to type 'SourceCode.KO.User'. InnerException: Unable to cast transparent proxy to type 'SourceCode.KO.User'.","","","devK2SP2016srv:C:Program Files (x86)K2 blackpearlHost ServerBin","700641","77ef6682ff924204a8ed1895d8d53010","" Diagnoses N/A Resolution Coldfix is available. Please contact K2 Support.
I have a drop-down control with different vendor options in it, e.g. “New Vendor”,” Existing vendor”,"Single Source Vendor"I also have a check box control that says New vendor required. If you tick the checkbox a text field shows and you can enter a new vendor in it.What I want to do is if “New Vendor” is selected from the drop-down control then tick the check box control automatically.I am using Nintex Responsive forms. Is it possible to achieve this?Thx Don
I have a products list with sale and return values. I have a form that is pulling the sale price into a calculated value field with the following formula. lookup("Uniform Store Inventory", "ID", Product, "Sale Value")What I want to do is use the same for for sales and returns. I added a column called transaction type and made it a choice of either Sale or Return. I still need to use the lookup to pull in the items but I want to sue the IF to determine if is should pull the sale price or return price for each item. I am trying to use the formula below but it does not work, and I am not sure what i need to correct. lookup("Uniform Store Inventory", "ID", Product, IF([Transaction Type]="Sale", ("Sale Value"), IF([Transaction Type]="Return", ("Return Value" ))))
Hi, I have a List in which a workflow starts on creation of items. The workflow contains so many Assign Tasks(Nintex workflow task). I need to get the last task created on a particular item created in the list. How to get the workflow tasks related to an item created in the list using SPServices and camel query?
Nintex Hawkeye uses OData version 4.0 to allow consumption and analysis of data in popular business intelligence tools.While a tool such as Power BI is powerful and full featured, sometimes you want to work in something simpler or more familiar, like Microsoft Excel, to get the answers needed.Here's how to quickly bring Nintex Hawkeye's OData feeds into Microsoft Excel 2016. (The steps are similar for other versions of Microsoft Excel).Step 1In Nintex Hawkeye, open the Lens you wish to analyze, scroll to the bottom of the page and click the "OData Connection" tile.Step 2In the "Available OData connections" table, copy the "Domain details" URL. This accesses the OData feed for all information available to the lens.Step 3Open Excel and navigate to the Data tab. From the ribbon, select New Query.Then select "From Other Sources", and "From OData feed".Step 4In the "OData feed" dialog, ensure "Basic" is selected, and paste the OData feed URL from step 2, then click "OK".Note: the OData URL
Is there a prod() function in Nintex? I've tried using it in a calculated field but I keep getting a validation error when I go to preview or publish my form.
I've tried designing one form in both Classic and Responsive design(s) and have noticed the following limitations in using the responsive design. It is a great feature but I want to collect what I can or cannot do with a responsive design, so the users would know why would we choose one style over the other? Can you please elaborate on what else you have noticed is different? Limitations of Responsive (compared to Classic Design) : 1. Limited color/label formatting options.2. Unable to show calculated "lookup" fields/functions from another list.3. Unable to use Javascript (as it is not supported on mobile).4. maximum of 4 columns (4 fields) aligned in one row.5. Unable to overlap labels/descriptions of fields.6. Unable to show/hide fields on the same spot based on condition. 7. (not in all cases) I've personally experienced a very slow form when it contains multiple panels (about 15-20 panels) that show/hide based on yes/no selection. 8. Form will render differently on each device, un
Hello,how is it possible in a responsive form to "highlight" a value in the form if it is not in a specific range? Thanks
Hi - I'd like to add a border, not background color, to input controls in display mode only. Does anyone know how to do that? If adding to custom css, what is the syntax to capture display mode only?Thank you!Joni
This might be Nintex 101 but never noticed it and I can't find anything related on here. I noticed in SP13 that when I hover over boxes in form design view, it turns them to different colors (one may be orange and another may be blue). Anyone know what this means? Also, why are my boxes not outlines the same (ie: Client(s) is a bolder outline and CP Analyst is not). I checked the border settings and they are the same. Thanks in advance!Cassy Freeman do you know?
Not really good at CSS, but can you guys give me a snippet for my question? and how to do it on Nintex Form?
Hello,Does anybody know how to change the formatting of the Choice checkboxes?At the moment the boxes are too close to each other and like to add padding-right:25px; so they are further apart which also makes it look much neater.
I created a form where I used some custom CSS in the Form Settings->Custom CSS to style the form the way I wanted. After getting the form styled I figured that I would probably use a lot of the custom styling in other forms at a later date and decided it would be more advantageous to move the script to a separate CSS file and reference the file. I therefore created a .css file with the script from the form and copied it to a central library on the site. Next I removed all the script specified in the Custom CSS section and instead referenced the .css file I uploaded to the server in the Form Settings->Custom CSS includes in the Advanced section. Here is where my problem occurs. When I put custom styles in the Custom CSS section of the form settings, those changes are immediately available in both the form designer and the preview. Alternatively, if I leave the Custom CSS section blank and instead reference an external CSS file in the Custom CSS includes section with the same
Howdy everyone!Working on a nintex form on a sharepoint site and came across an issue I can't find an answer to. I have a choice field with two options I've chose to "render as button". The buttons are too small for the application I need it for (touch screen form). I've tried assigning it a custom css class and it links to it, as it changes properties, but not correctly.I started with changing the background color, but it changes the background color behind the buttons, not the buttons themselves. Same with border properties, and size properties.Any idea how I can set the attributes to the choice buttons vs the space (container) around them?!Thanks!
Hi communityI have the following problem within a responsive form:Is there any way to achieve this within responsive forms (I know custom CSS is deactivated)?Cheersmai-kel
I have a panel as follows:The Save button is only visible in New Mode. What is a correct CSS to use to center the Submit and Cancel buttons in Edit modes?
Is it just me or the control height of the list lookup on Nintex form is kind of small? I cannot change the height even if I drag the control down.I even tried using css to change it, but when I preview it it is still small
Hello,Does nintex only allow solid colors for the background? I ask because I am trying to create a custom gradient background on a nintex form and I am having trouble. when I use the predefined classes in nintex, the gradient will work but only within the form controls and labels. when I use the container classes( .nf-container-inner, .nf-filler-wrapper, etc.) nothing happens. I want the gradient to cover the background of the form. What css class does nintex forms use for background ?The css I use is below. the properties stay the same but the class name changes. /*Begin custom background gradient*/.nf-filler-wrapper-outer{background: rgba(58,76,2,1);background: -moz-linear-gradient(top, rgba(58,76,2,1) 0%, rgba(58,76,0,1) 16%, rgba(58,76,0,1) 24%, rgba(204,207,200,1) 80%, rgba(204,207,200,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(58,76,2,1)), color-stop(16%, rgba(58,76,0,1)), color-stop(24%, rgba(58,76,0,1)), color-stop(80%, rgba(204,207,200,
Hi all,Environment:SharePoint 2013, Nintex Workflow and FormsBackground:This is the random scenario we are facing in the one of our many workflows.Scenario: One list workflow, which is working fine in most cases, fails to update the Workflow status field and it remain blank throughout the workflow cycle. I had a discussion with workflow owner, and they mentioned , initially workflow was able to set the status field but in the end of workflow, it became blank.Interestingly, when i am trying to see the completed workflows on any of the above item. i am not able to see the completed workflowsBut more interestingly when i click on the view workflow history from the item menu, i can see the completed workflow.Nintex workflow history shows workflow run properly and going through the Set Workflow Status action but not able to set the status.We can't trigger these workflow again, as it already completed the cycle. Waiting for valuable responses.Regards,Shakir
When publishing my workflow, one of my fields does not present, so I cannot specify that I want the workflow to start based on this condition. This is a people and groups column in a SharePoint list. I've tried editing the name of the column, editing the settings of "Allow select of", who to "Choose from", different variations of "Show field", it is not a required column, doesn't allow multi selections, and I'm not sure why just this column isn't showing as an option. Has anyone seen this before or have any ideas what else I can try, or tell me what I'm missing here?Thanks!
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.