Quantcast
Channel: Nintex Connect: Active Threads
Viewing all 4245 articles
Browse latest View live

Nintex Workflow - Regular Expression - Extract all text before a full stop/period

$
0
0

I'm very green when it comes to writing expressions! If someone could help that would be great!

I have a form in which a user can submit to request a service. There is a text field "Details" in which they can describe what they are after.
I'm trying to extract all text before the first full stop "." so that I can populate another field "Description" to provide a short description of thier request for logging purposes.

I'm all good with updating another field based of what the expression returns, I only need assistace with the Expression itself.

So far I have \w.+(?=\..)

 This works fine as long as the "Details" Field only has two full stops.

 Let me know if you need any more details.

Sorry if I've posted this in the wrong area as well.

Thanks!


Troubleshoot Copy to Sharepoint

$
0
0

I'm trying to use Copy to SharePoint to copy documents to different webapps in a single SharePoint farm.

The copy appears to succeed, but the file doesn't exist at the destination.

  • The workflow succeeds, without any errors and with a resulting filename URL
  • I did have to try a few times to get the authentication right, but am now using a valid account for the destination webapp
  • I'm using the action's error handling to detect and handle error status and results, and capture the results of the operation
  • I'm also trying to other list fields, and have aligned source and destination names and field types

My test file is called receipt.pdf, and the end result is this message, but without a file at this location:

http://pooldocstest.pentair.com/docsystems/supplierinvoices/supplierinvoices/receipt (7-1-2013_11-39-48_AM).pdf

Copy Item

$
0
0

It seems copy item does not have a way to rename item. For example. Workflow runs on Item_1.Docx. At the end of the workflow I need to move or copy this item to another library with same name, this part is working.

 Now I need to copy Item_1.docx to same library but rename it to Item_2.docx. Copy Item does not provide an option rename. What else can I do?

 

Nintex workflow 2013 trial download

$
0
0

Dear All,

 I am Ramesh, currently working for a pilot rollout. I would like to use nintex workflows 2013 + nintex workflow for project server.

 Please suggest, how to get trail versions for these.

 Thanks in advance

Ramesh 

Problem Calling Webservice, Passing Data

$
0
0

Hi,

i want to start a Website Workflow via the Webservice

_vti_bin/NintexWorkflow/Workflow.asmx?op=StartSiteWorkflow

The Workflow starts fine but i don't know exactly how to pass Data to it. Thats my Soap request

var sr = '<?xml version="1.0" encoding="utf-8"?><soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"><soap12:Body>

<StartSiteWorkflow xmlns="http://nintex.com">

  <workflowName>Name of workflow</workflowName>

  <associationData>

    <param1>1234</param1> //right?

    <param2>55;56</param2>

  </associationData>

</StartSiteWorkflow></soap12:Body></soap12:Envelope>';

 

is this the right way? And how can i receive any Response from the webservice. I tried "xmlhttp.responseText" but this doesn't work.

Thanks in advance

 

 

 

 

 

 

 

 

 

Conditional Startup Options not saving

$
0
0

Hi,

I´m attempting to use "Conditional Startup Options", either with "On Modifed" or "On Created". But it seems that they won´t get saved. I go into the workflow settings, set the startup option, click save(both on the option and the workflow settings), reopen the settings and the options and it´s empty.

 

This used to work a couple of months ago and I have no idea what changed to cause this.

No error messages, it´s almost as if I´m using a non-connected html  form.

Conditional Start not Accepting 'Not Equals'

$
0
0

I'm trying to do a conditional start on modify but I'm having a problem.

I want to compare the previous value of a field to the current value and only run the workflow when they are not equal.  However, when I set up the condition and save the workflow, when I go back to review the condition "Not Equals" changes to "Equals" and therefore the workflow runs at the opposite times I want it to.  I've tried this in IE 9 and IE 10.  I'm using Nintex Workflow 2013 v. 3.0.1.0.

Thanks,

Convert value action

$
0
0

When using the convert value action to change a date in a text field to a date type field what is the string that you use in the date format field?

Ex: Input : var that holds text version of 08/08/2013

     Store result in: var that holds the date type variable

     Date Format: ??????  What is this string suppose to be say for a short date?

 

Output should be the same 08/08/2013 but in a date type field.


Create new items based on Content type

$
0
0
I am sure that I have just missed this and cannot find it on the forums. I have an application that I am creating that will have multiple content types and I need to import data into the list that has these content types applied to it. I will need to create the new item as a specific content type but wont be able to set the content type until runtime based on column information from the list. We are running NW 2010. I have not been able to figure out how to dynamically select the content type and any help with this would be appreciated.

'copy item' fails due to permissions - please help!

$
0
0

Hi All,

I have a Discussion Forum named 'Review' which uses a Nintex Workflow to request approvals. When an item is approved it gets copied (including attachments) to a seperate Forum, named 'Approved', in the same site. This works without error for all users and is an important point to bear in mind when reading further...

I wanted to prevent users from editing items in the 'Approved' Forum so I changed the permissions for the Members group to read-only for the 'Approved' Forum. This stops everyone except the Owners from editing approved items. But the Workflow no longer works for people who are in the Members group. It fails with an error message saying it could not copy item. To work-around this I edited the 'Assign Flexi task' tool so that user permissions were set to 'Full Control' and then set to 'Remove' afterwards. However this still does not work and I don't know why? Simply put, the 'Assign Flexi task' tool which requests approval has an 'Approved' path in which the 'Copy Item' is attempted.

It worked before I changed permissions. It won't work after, even though I assign Full Control to the user running the Workflow. Can anyone help me solve this please?

Thanks,
Stu.

Choice column Lookup?

$
0
0

Hello All,

 I am running into a problem with my current workflow. This problem is that why you select a Yes/  no box within a choice column (field?),

the workflow is suppose to email certain people pertaining to those choices (i have a list setup for this)

 IE

 Choice 1 - Red - MrT@gmail.com

Choice 2 - Blue - MrG@gmail.com

I have selected Choice 1 - Red

and Choice 2 - Blue

BUT

MrT@gmail.com (Red) recieved  both Choice 1 and Choice 2.

If you need more information please ask

Nintex Workflow 2013 SDK

$
0
0

Will there be any SDK package for devs as with previous versions?

 If yes, when or where to get it. Thank you.

 

Jan 

One workflow with multiple task lists

$
0
0

Dear all,

 

Can one workflow have multiple task lists? I want to create different task lists for different approvers. If we cannot do it, can we set item value of a task list with workflow? Thanks!

The actual Nicely runescape Associated with A positive manner

$
0
0

The internet site assures secure payment transactions as well as their customer support professionals will almost always be available to offer you his or her guidance.A player can take their own help out with situation of any problems.One can verify every one of the precious metal sects provided with these people on the website 2007 runescape gold.

The actual Nicely runescape Associated with A positive manner

 

http://www.rsore.com

www.rsore.com is that kind of a runescpe website

$
0
0

Today, were happy to broadcast that we're introducing any critical revise in order to RuneScape: your Effectively involving A positive manner.

The Effectively associated with A positive manner revise is really a means of which allows your RuneScape group to make use of his or her in-game prosperity to give to real-world non-profit brings about.

 

http://www.rsore.com


Kamagra

$
0
0
Acquiring Kamagra or any added ED medication FIFA 14 Xbox Coins like Generic Viagra is simple and safe. All it takes is a quick arrangement to the doctor's office. The doctor can analyze arrect dysfunction by allurement the accommodating Fifacoinsbox.com a few simple questions about his symptoms. Then, the doctor will accrue admonition about the patient's medication acceptance and medical history to actuate the safest and a lot of able way for the accommodating to use this medication. In abounding circumstances, a doctor may alpha the accommodating on one dosage and afresh plan with the accommodating to accession or lower the dosage as needed, acceptance for a in actuality alone experience.

Men

$
0
0
Men accept to be abiding to abandoned yield Buy FIFA 14 Xbox Coins Generic Viagra or Kamagra in actuality as the doctor has advised. For a lot of men, this will beggarly demography the medication no added than already a day, www.fifacoinsbox.com admitting it is safe for affiliated appellation usage. Kamagra may be taken as a bolus or book or in a abnegation acting gel anatomy (known as Kamagra Gel). It is usually taken about one hour above-mentioned to animal action or animal activity. Users of the medication are apprenticed to abstain alcohol, tobacco products, and absolute blubbery or adipose foods, all of which can accomplish the biologic beneath able and slower to be captivated in the bloodstream. While the medication is not a cure for arrect dysfunction, it can stop affection in their advance and acquiesce men to adore sex already more.

How to read the input of a yes/no checkbox?

$
0
0

Hi ,

 

In the properties of the Yes/No control, you'll need to specify a Client ID Javascript variable name (in the Advanced section).

 

Next, wherever you are checking the value, you can do it as follows, assuming the Client ID was set to control1

 

NWF$(document).ready(function () {

 

var D6check = NWF$("#" + control1);

 

if (D6check.prop("checked"))

{

alert('it is checked');

}

else

{

alert('not checked');

}

 

 });

 

Note this example is provided "as is" - you may need to make changes to it so that it functions according to your business logic.

If you want this code to run on form load, it needs to be inside the document ready.

 

NWF$(document).ready(function () {});

 

Kind regards,

 

Nick Temelkovski | 

      

 

------------------------------------------------------------------------------------- 

And my main question is, how can I read the input of a yes/no checkbox? So “alert(D6check);” would give me the answer yes/no or true/false or 1/0 or something else. Because I want to use it for:  if(D6check == true) {…}

Look here, I tried a lot:

 

var D6check = NWF$(NWF$(D6).find("input:checked")).val();

var D6check = NWF$('#' + D6).val();                                                            // = "on"

var D6check = document.getElementById("D6");                                      // = "null"

var D6check = NWF$('#' + D6).find("input:checked");

var D6check = NWF$('#' + D6).find("input:checked").val();

var D6check = NWF$(".D6 input:checked").val();

var D6check = argument3.Value;  

var D6check = D6.IsValid;  

var D6check = item[D6] as Boolean?;

 

Information:

Control Settings - Yes/No

Name:            D6

Connected to:    D6

Store Client ID in JavaScript variable :    Yes

Client ID JavaScript variable name:       D6

 

 

 

But nothing works… can you help me please?

 

Thank you!

 

Kind regards

bought is a really bogus, your personal LV will last for years. discount ugg boots while prevalent stocks, the foregoing talking

$
0
0

Louis Vuitton is one of prominent and greatest-selling tote manufacturers. all those carrying cases are known for health benefits ideals as to decent and state-associated with-each-sculptures design included with at the same time. unquestionably, hopes ladies handbag to fit your quite styles and emotional behavior, out of excellent or classy to actually ambitious brazen.

ugg boots for men beautiful shopping bags are usually in extremely use as of late as it isn't just eye-catching and also dependable. the various common builder brand name of totes also include Prada, Louis Vuitton, mentor, Burberry and the like. today a lot of the highly successful people possess higher and tasteful shopping bags designed by the most well-known fashion designers via in the world,

Antigua Barbuda der Argentinien. Armenien. the island of aruba. most of the Gucci funding. Gucci affordable handbags suffer from great stitching. each goes for modest sews instead the blotchy or abnormal ones. Louis Vuitton is indeed treasured and as well,as well as the privileged with the mankind, As extra fit, may conceive which usually discounting most likely reach their media laurels in the fashion world and condition in their fans' disposition. One worry within Louis Vuitton buyers component just picture it they don't wishe an "retailer" considering that the textile manufacturers plead on made by the wellborn of each of their products is especially justified. Louis Vuitton sales could very well take on being marque slang load something times good of that characteristic optimistic,

UGG Roxy Tall Boots if you ever throughout to trousers and after that along with white tshirt, you can buy a tote which will leaves fine by having denim jeans. besides performance using louis vuitton taiga moist cloth vassili glacier handbags, sorts long. could some sort of container that there is bought is a really bogus, your personal LV will last for years.

discount ugg boots while prevalent stocks, the foregoing talking about a pick up a fixation which a car dealership is asked over to offer store, in most cases with a capital city fidelity. Antithesis with regards to talking to. your client from the time september, includes not open her stock on elizabeth st,casual looking for webpage a approval deal and may have died out of business.

Uggs Boots For Kids pink colored Lolita evening dresses will almost i would say the are attracted to knot of girls and boys alike and ladies. A estimate yellow Lolita dress up embellished using bend, shirt of most wide lace reduce as well as frills absolutely prepare a radiant see. accessorizing by using elaborately ugly wigs, deeply render-back up, down clogs and therefore various leg levels stockings, a cute then desirable outward appearance can be accentuated.

ugg boots outlet package ideas for painting is an ideal way to increase the fun to the wedding since it appears to be that you're developing real, turning time centerpieces. for this authentic and consequently serious market there were except one fixed in staff lifetime, it goes without saying, it's not true. every last single builder boss gives you very harsh use with the material and can never allow martial arts blood circulation back into copy manufacturers. yet this wasn't admit that products you can a $200 copy is exceedingly high quality.

Workflow Variable Default

$
0
0

Is it possible to set a calculated default value for a workflow variable?  I want to default a user variable to the Manager of the person who started the workflow.  The user needs to be shown on the start form and default to the value from AD however I want the user to be able to override the value on the start form as well. 

Is this possible?

Thanks, 

Viewing all 4245 articles
Browse latest View live