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

Javascript and column update

$
0
0

Hello,

In my form, I have got a single line textbox control (connected to a column of my list) which is updated by a javascript function.
This control is disabled in the form.

The value is correct when I display the form, b
ut it is not saved into the column.
I also tried to enable the control and force the "control mode" to "display mode", but the value is still not saved into the column.

Have you any idea why it does not work?

Thank you

 


Request Data, Next Action from variable

$
0
0

Dear all,

           Regarding the request data action, we can enter choice in the next action field e.g.

Apple

Orange

Banana

Is it possible for those choices from variable? e.g.

{Workflow Variable:choice1}

{Workflow Variable:choice2}

{Workflow Variable:choice3} 

 Thanks.

 

Regds

LAM Chi-fung

Error assigning workflow variable to request data task

$
0
0
Hi All.  I am trying to assign a contact as variable in the "Collect data from" field of a request data task.  When I attempt to assign the variable, I am continually receive a javascript error "Unable to get value of the property "key": object is null or undefined.  Has anyone else had this issue?  This just appeared recently and prevents me from creating new request data tasks or updating existing ones that already have workflow variables assigned.  Any help is greatly appreciated.

Loop through list & create a report - is this possible?

$
0
0

I've tried a few things, and am now wondering if what I'm trying to do is even possible.

I'd like to create a workflow that is scheduled to fire once a week, and when it does it uses a Word template to output all entries of a list that have a particular field set to a certain value.

  • Would I end up creating a collection from the list query results?
  • Is a collection the correct thing to use, to capture the results?
  • Can you loop through a collection while you're outputting to a Word template (or should I be building a string that's the results of pasting together the query results in a loop?

     Any guidance here would be greatly appreciated.

    How to FTP a file

    $
    0
    0
    I need to create a file that I've built in a string and post that to an FTP server - how?

    FlexiTask, not sending task notification email in one particular workflow

    $
    0
    0

    I have an odd one. I have one workflow with a FlexiTask, the workflow is assigning the Task to the user, but the Task Notification email doesn't send out to the end user. The workflow doesn't error out though. I have no trace of the SMTP in my outbound SMTP server.

    In another test workflow, I can add a FlexiTask and the task notification email is sent right away.

    Any ideas on where I can look to troubleshoot, in this case a FlexiTask that did the RequestData task, assigned it to the right user (they see it in their tasks), but simply didn't send the task notification email even to the SMTP server?

    run the workflow for all items in the list

    $
    0
    0
    hello i have a workflow which sends birthday notification on birthdate of each contacts. i want to run this workflow automatically for all items in the list. i mean how can i do this? please help me

    Run Now form will not open on custom action

    $
    0
    0

    The Run Now functionality would really benefit one of our custom actions but I must have missed something along the way.  The custom action works well and the run now button shows on the toolbar.  However, when pressed nothing happens. 

    In the JS script it appears the TryMeNow.js lib is not even loaded on the form so it errors when it tries to run a nonexistent DoRunNow() function.

     

     nintex.ribbon.dialog.js?rev=ThRj939EpSznQ4qkBoLg5g%3D%3D, line 489 character 13

         handleCommand: function (commandId, properties, sequence) {

    ...

            else if (commandId === 'TryMeNow') {
      ---->>>     DoRunNow();   <<<-------
             }


    I followed the SDK docs and tried to mimic about what the Execute SQL action aspx looked like but I'm out of ideas. I've done the following:

    1) Implmented IRunNow on the adapter and followed the SDK guidelines
    2) Set AdministratorControlled = false (started with true)
    3) Nintex:DialogBody  AllowRunNow = "EnableAlways"

     

    Any ideas why the TryMeNow.js isn't loaded?

     

    Thanks,

    Jason

     


    Autostart Workflow on item created is not working

    $
    0
    0

    Issue: Autostart Workflow on item created is Not working

    Hi,

     

    I am having a list on which a workflow is to start automatically when the item is created. The list item is created using the code and the user who is adding the item has an AddOnly permission i.e. the user can only Add Item (not Edit or Delete). The workflow doesn't start for this. Although the user has contribute rights on the task list.

    It is working fine for power users who have Contribute right on the list. Please help on this as this is being a big hurdle in further development.

     

    Thanks & Regards

    Inserting a reference in Custom JavaScript

    $
    0
    0

    Hi

    I am trying to create a button that triggers a new form for another list. I want to pass the site URL to create a relative path.

    To test this I am creating a simple alert.

    alert(Site URL);

    This doesn't work, so I try something like this alert(fn_insert(Site URL, 0, "") for it to return a sting. Still no love.

    So what about alert(fn_length(Site URL)); So that returns 56, so the string is not empty.

    Why can't I use Site URL or any other string for that matter in my custom JS section?

    Cheers

    Marko

    autosave form after set time

    $
    0
    0

    Hi everyone,

     Does anybody have an autosave form after x time period set up?

    Thanks,

    Luke 

    RUN IF where variable = ""

    $
    0
    0

    Hello,

    I want to create a RUN IF where it should execute if the variable checked = "" or null. But there is no selection for that. Any ideas?

    Run Query - Populate variable QTask_ID

    RUN IF QTaskID is blank, empty, null, = "", whatever.

    Thank you!

    Randalls

    Create a Office 365 site workflow

    $
    0
    0

    All,

     Can somebody tell me where I can find some documentation about creating a Office 365 site in Nintex workflow online? I keep getting the error "one or more field types are not installed properly" but I can't seem to find what the problem is, maybe I used wrong data as input.

     Regards,

    Alex 

    Store Lazy Approval response in list item

    $
    0
    0

    I want to store only the lazy approval response into a field in the list item the workflow is currently running on.  Storing the Approver Comments stores everything from the lazy approval email including the original task email.  I would like to allow approvers to enter the approval keyword on the first line and any additional comments on the next. I basically want to strip everything starting with From: to the end of the task email.

    I've looked at some other posts but they seem really complicated and I don't quite understand all of it.  Is there any easy way to do this?

    Copy Item doesn't copy Lookup column data

    $
    0
    0

    I've got a query list which puts the IDs of each item into a collection variable. I then use a For Each to loop through each item and copy to another list, but the Lookup column data isn't copying over. Any ideas how to fix this?

     

    Thanks

    SMDev


    Store Lazy Approval response in list item

    $
    0
    0

    I want to store only the lazy approval response into a field in the list item the workflow is currently running on. Storing the Approver Comments stores everything from the lazy approval email including the original task email. I would like to allow approvers to enter the approval keyword on the first line and any additional comments on the next. I basically want to strip everything starting with From: to the end of the task email.

    I've looked at some other posts but they seem really complicated and I don't quite understand all of it. Is there any easy way to do this?

    Copy Items from one List to another using Nintex 2010

    $
    0
    0

    Hi There :)!

    I am trying to copy items from one list (List A) to another (List B) when certain condition in list A is accomplished using Nintex 2010, but only the first row of the List A is copying to List B. I am using the "Copy an Item" action. 

    In List A i have  the next columns: Name (Single line of text), Last Name (Single line of text), and Option (Choice (Yes/No)). 

    In the List B i want to copy  Name, and Last Name when  Option is equal to "Yes". 

    The problem is that in List B  the workflow is copying only the first yes --> Item/Row (Jörn , Tiedemann, Yes). 

     

    Example of List A:

    Name         Last Name      Option 

    Irma           Bejarano           No

    Jörn           Tiedemann        Yes

    Tomas       Marx                 Yes  

     

    I configure the Copy an Item Action in the next way:

    Copy From: List A

    Where: Option, equals value, yes 

    Copy to: List B

     

    I will really appreciate your help, i have been stuck there for a while :(!

     

    Best regards,

     

    Irma Bejarano  

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

      

    isCurrentUser equal to a People Picker Field?

    $
    0
    0

    So I've been trying to find a way to check and see if a user is the Manager (which is a People Picker field) and if so I want to show a "Manager Approved" button that sets the status to Manager Approved. I can get it using isCurrentUser(Domain\EUID) but I want to try using isCurrentUser(PPManager) - since the manager can differ from each item/form.

    Any ideas?

    Thanks,

    Jack

    Callaway Edge Driver for sale

    $
    0
    0
    Callaway razr fit driver best price was designed to be a very forgiving investment cast maximum perimeter weighted driver, built for distance. Woods' first taste of BMW track 

    Callaway Edge Driver for sale LAKE FOREST, Ill. – Tiger Woods may have never played Conway Farms before Wednesday, but he has plenty of good memories at other Chicago-area tracks. 

    Callaway X Hot Driver best price His single greatest moment in this city? 

    cheap golf clubs Don’t ask Woods to name just one.“Probably Medinah,” he said, smiling. “Winning there twice.”That, of course, was the 1999 and 2006 PGAs. His memories from the 2012 Ryder Cup contested there are a bit different, however – he went 0-3-1, and was standing in the 18th fairway as the cup was decided without him. 

    Ping G20

    $
    0
    0
    Ping K15 make no mistake, these clubs are long…very long. Excellent seller, repeat customer & never any problem, Super Fast shipping. Thx! POY to be revealed 5 days after Tour Champ 

    Ping G20 In recent years, end-of-season PGA Tour awards have always felt anti-climactic, with winners announced some two months after the conclusion to the FedEx Cup Playoffs. 

    discount ping g25 drivers That won’t be the case this year. 

    Discount Golf Clubs With the season-ending Tour Championship concluding on Sept. 22, award-winners are expected to be announced five days later, on Sept. 27, during the bye week preceding the Presidents Cup, a PGA Tour official confirmed on Wednesday.
    Viewing all 4245 articles
    Browse latest View live