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 need create a formula for hide a select controlos.What is the best praticeI do:Formula BuilderIf(emailuser!="jose.fidalgo@coficab.com" || emailuser!="ricardo.almeida@coficab.com" || emailuser!="amelia.paulino@coficab.com" || emailuser!="cedric.soares@coficab.com" ) There is other way like if emailuser not in ('aaaa','bbbb','ccccc')
Symptoms Dear Team,We have an error we are getting while working on Desginer in IEWe are not able to work on development activities. Please feedback at earliest.We have tried with restarting the K2 Service.Regards, Diagnoses It was working fine in chrome but not ie 11 for no reason.The customer closed the ticket with the following note:"There was no log while the error reported.We have restarted the K2 Service and now this issue is not recurring. We will monitor this and will raise a ticket ,if required." Resolution The customer closed the ticket with the following note:"There was no log while the error reported.We have restarted the K2 Service and now this issue is not recurring. We will monitor this and will raise a ticket ,if required."Bashar Adas
When creating forms for the Mobile App, is there a way to change the language of the 'Submit' button and the field default help info such as 'Required' , 'Select an option', 'Select location' ...
Symptoms Unable to proceed to App Activation Page in K2 4.7. After clicking on "Manage App Activations" on the App Catalog, it indefinitely loads displayin "Working on it..." message.Open browser developer tools/console and get the following error:SCRIPT5022: Sys.ParameterCountException Parameter count mismatch. Diagnoses Resolved the issue after supplying the fix and applying the following steps:"It is necessary to remove/clean up old version of an app before adding new one using the following process:K24SP2013 Clean up Procedure for 4.71. App Catalog Level - Uninstall app from the Site Content page2. Navigate to the "Apps for SharePoint" page3. Click on the ellipses for the app and Remove/Delete the K24SP app5. Navigate to Site Settings > Recycle Bin6. Empty Recycle bin7. Click on link to Secondary Recycle bin8. Empty Recycle bin there as well9. Upload new App to Apps for SP Page10. Add App to Site Content and Run registrationThe K2 app need to manually be uploaded to the Applica
Hello, I have build a page containing a list build using two content types so that I can use 2 different Nintex forms, one for each content type. To be more clear lets name these type this way: one content type is "main content" the other "additional content". Now if someone uses that list, the standard view is opend and above that list there is the link "New element". A click on this link still opens the form for a new "main content". In the ribbon at the top of the window (yes I did a click first on one list element and then the ribbon appears) is an item "new Element" and where the user can select between new "main content" or "additional content".My question now is: How can I get these links for opening both forms which you can find below the described "new Element" on the ribbon into the page replacing the "New element" there.
Hi, I can't use infopath to edit flexi task forms because it's not enabled. Does anybody know how can I activate this?
Symptoms After the Appit upgrade, running the registration wizard results in an Object Reference error. Diagnoses This was discovered to be a bug with an ID mismatch between a config file and the database. Resolution The issue was fixed by Ops and the fix will be included in a cumulative update that is being deployed.
I'm using Nintex Workflow 2013 (3.1.9.0). When I try to call custom Rest API through 'Web Request', getting error "Request failed with status: Unsupported Media Type" even it has correct Content-Type (application/json). But the request is fine with Postman. Is this related to "Web Request method fails to call custom API while fiddler is working (49076)” bug? Because when I try this request with Nintex workflow 2013 (3.2.1.0) in my local environment, it works fine.
Hi guys,I'm having trouble getting this CSS to work on my form in IE11. It works fine in Chrome but our corporate standard is IE (yay).I'm using this CSS:.NoPointer {pointer-events:none;}I'm using it on the icon (image) and text label sitting above my button. I want the whole area to be clickable, but currently the text and image are interfering with that. Any ideas why this wouldn't be working in IE11 when it is supposedly supported?http://caniuse.com/#feat=pointer-events Thanks
Symptoms Intermittently we are facing error when loading a K2 Reporting Webpart: An error has occurred trying to load the settings for the report. N/A:Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=9.0.0.0. Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Diagnoses There were 4 Sharepoint servers serving as WFEs and traffic was load balanced. The intermittent-ness was due to the 'Microsoft Report Viewer 2008 SP1 Redistributable' package not installed on some of the Sharepoint WFE servers: https://www.microsoft.com/en-us/download/details.aspx?id=3841 Please ensure that this is installed on all Sharepoint WFE servers as per the pre-requisite: https://help.k2.com/onlinehelp/K2blackpearl/ICG/4.6.11/webframe.html#Prereqs_SharePointServer.html A possible way to narrow down which WFE server(s) it is, is to add a 'hosts' file entry on your client machine to point directly to each of the W
I have modified a new Form for a SharePoint List. For the Redirect URL I want to use an Item Propertie. But the redirect URL has no parameter...Any Ideas?
I need to insert into a workflow a set of tasks that should only occur every month on the 28th.How can I do this?Tasks:1-Check that the list of suggestions has the status null1.1.- Should there be any?1.1.1. - Send an email to the human resources manager1.1.2 - The human resources officer must complete the status fieldHow can I do this?1.1.3. If for all the suggestions of the list that have "best" should send an email of congratulations.How can I do this?
All,I've a conditional start on a workflow which is being ignored.The original workflow was exported from another library and imported successfully. The above condition was working in the old library as expected.The workflow runs manually.I've re-written the workflow from scratch and it still fails.The original column was an InfoPath published field. This I've unpublished and republished. I've tried pointing the modified field to another SharePoint column (calculated) and it still fails to run.There is a workflow before the above one and I add a log to history action to make sure that the workflow was 'seeing' the column. It came back as expected.I've looked for spaces at the end and beginning of the value, spellings are correct etc.Any ideas?ThanksAndrew
Symptoms When we deploy a SP PandD package to the target environment, it appears as if deployment gets stuck on the "Updating Packaged Items" (Refactoring) step of deployment. Diagnoses Microsoft changed the way that the new SharePoint UI passes URLs to 3rd party applications (Like the K2 for SharePoint 2013 app) When creating a SP PandD package, the package was created with an extra trailing slash ("/")When you "un-pack" the PandD package and open the "properties.model" file in notepad, search for "IsPrimaryList" and look at that the value.This is what we saw...urn:SourceCode/SharePoint/Items%253Fhttps://portal%25252Edenallix%25252Ecom%3F/sites/[site]/[SubSite]/?[ListName]"Note the extra ?/? before the "?" ([SubSite]/?[ListName])urn:SourceCode/SharePoint/Items%253Fhttps://portal%25252Edenallix%25252Ecom%3F/sites/[site]/[SubSite]?[ListName]"Note the extra ?/? is gone. ([SubSite]?[ListName]) Resolution This was addressed with a code fix. If you run into this issue, please ask support t
hi there! Is there an opportunity to execute a different workflow dipending whether user selected "YES" or "NO" in an option field?Background: If YES is selected a workflow should be executed, "NO" should execute another one. Is it possible to distinguish that?THANKS!!!
Hi there! I tried with valitation-functionLänge(SVNummer)<10to avoid that field-length should not be less than ten chars. But it doesn't work.What do I wrong?Thanks!!!1Best wishes,Jakob
I have a pair of lists, ParentList and ChildList. ParentList uses a Nintex form with a repeating section to track some dates. There is a workflow on ParentList that parses the XML from the repeating section and turns each line of the repeating section into an item in ChildList. ChildList has a workflow that grabs the XML from ParentList, takes the current date, updates an XML node called ClosureDate, and sticks the updated XML back in ParentList. (It is set up like this, with two lists, so that users without permissions on ParentList can update the ClosureDate using ChildList.)Here's the weird thing: every time a Date/Time variable gets passed from ParentList to ChildList, it seems to lose six hours. So, for example, a "blank" date from the repeating section is saved as "01/01/1900 00:00:00" in ParentList, but when it is parsed out into ChildList it shows up as "12/31/1899 6:00:00 PM". And when a closure date of 2/3/2017 is added to ParentList, it shows up back in ChildList as "2
I have a field where I've stored the name of approving a task. Scenarios will be stored all the information about the approval. Now I want to have everything filtered out so I only see the name of the person - how do I do it?
Symptoms We are unable to install K2 application for SharePoint (see attachment)K2 app was deployed successfully on the app catalog. (from 4.4120.5.1 to 4.4120.8.1, see attachment)K2 app was registered successfully on the app catalog.Yet when we try to activate the sitecollection, we get the following error during page "Manage App Activation":Site collection must be located in the same web application as the app catalog Diagnoses The issue certainly comes from the App catalog has his own Hostname : http://store-klif.xxxxx.corp.privThe web application url not start like the app catalog: http://host-klif.portal.xxxxx.corp.priv Resolution In Part "Manage App Deployments (Sharepoint)", we selected "All Paths" but not any "Site collection".We activated the K2 application from the target Site Collection (not from the "Manage App Activation"): From the Site collection: "Site Contents"/"K2 blackpearl for Sharepoint"/"Activate Site Collection"Note: we played too with the Sharepoint Timerjob.
Morning all!I have a workflow:That appears to be working for new entriesI have several older entries in my list that were created before this workflow. Is there a way of running the workflow "manually"?The list is called "material spillage form" & it comes up with a column in my list that shows two status - Completed or In Progress.My older entries are blank (in this column) & i want to change this to either In progress or Completed & i thought the best way was to force the workflow to run - but i cant figure out how to do it!I tried to edit the page in datasheet view but it wont let me make any changes to that columnany pointers?Pete
Hi,I have a list, which allow user to attach documents. When I tried to custom the Task From by Nintex form for Flexi task, user are allowed to attach documents. I would like to know is there any way to display the attachments for user to open and read the attachments only?
Symptoms Hello, all of the sudden I could not be able to open k2 designer although k2 workspace is working fine.when I click on designer URL it come up with error "Object reference not set to an instance of an object. "*****************************************More DetailsException Details:at SourceCode.Hosting.Client.BaseAPI.BaseAPIConnection.IIdentityAuthentication(SCConnectionStringBuilder connectionStringBuilder)at SourceCode.Hosting.Client.BaseAPI.BaseAPIConnection.Authenticate(String connectionString)at SourceCode.Forms.Controls.Web.SDK.Utilities.ConnectionClass.OpenOrAuthenticate(BaseAPIConnection connection, Boolean asAppPool)at SourceCode.Forms.Controls.Web.SDK.Utilities.ConnectionClass.GetPoolConnection(String poolConnectionString, String credentialToken, Boolean asAppPool, Booleanand tokenApplied)at SourceCode.Forms.Controls.Web.SDK.Utilities.ConnectionClass.Connect(BaseAPI baseAPI, Boolean asAppPool, Boolean validateLicense)at SourceCode.Forms.Controls.Web.SDK.Utilities.Con
Symptoms Unable to update AD user account properties using Active Directory Event/Account Management SmO. Process/operation fails with the following error: "Message: The user does not have the sufficient permissions to perform this operation. Please ensure you have Account Operator of Arministrator permissions. ServiceName: Account Management Service" Diagnoses You getting this error message only when your K2 service account has been added to Account Operators group instead of Domain Administrators AND only when you try to update information for user who is a member of Domain Administrators group. Otherwise this functionality should work. The only case when you can get this error is when your K2 service account is member of Account Operators group and you are trying to update data Administrator user account, the user accounts of administrators, or the group accounts Administrators, Server Operators, Account Operators, Backup Operators, and Print Operators. As per K2 documentation
Hi there,I have a normal Nintex form and have some images from icons I have purchased. These images are much larger than they need to be on the form and they are in .png format. Some of them, even though the aspect ratio was not changed, render poorly on the form. Basically the edges are jagged when they should be smooth. Anyone know what causes this?Eg. icon for Location InformationThe original icon:
Hi,We have a site collection in DEV. We use "Save as Template" to move it to PROD. When we move it all flexi task forms appear doubled. Even ones on newly cfreated workflows on the imported site collection. Do anyone have an idea why this is? This is a screenshot in which you can see the flexi task form doubled.
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.