Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tim 1193 posts 2675 karma points MVP 4x c-trib
    Jan 28, 2010 @ 13:19
    Tim
    0

    Including Dropdown Lists in Workflow Emails

    Is it possible to include dropdownlist items in workflow emails?

    If you are using a prevalue source for the list, the value of the list is whatever you set it to be. If you create the list items yourself however, you get a GUID, which isn't going to mean anything to the person reading the email. In this instance, say you had a contact reason in the dropdown and wanted to use that as the subject. Without using prevalues, its not possible (unless there's a special syntax for including list items).

  • Josh Reid 182 posts 258 karma points
    Feb 24, 2010 @ 06:31
    Josh Reid
    0

    I am also interested in this as it seems in the default "create a node from record" the dropdownlist selected value only passes the GUID.

    Am i wrong, has anyone used the default dropdownlist feildtype, added values and successfully tried using this to populate a node textstring?

    Thoughts?

  • Per Ploug 865 posts 3491 karma points MVP admin
    Feb 25, 2010 @ 09:24
    Per Ploug
    0

    That sounds like a bug, it should be default just pass the prevalue to the email, will add to our issue tracker and include it in the next maintance release..

    /per

  • Josh Reid 182 posts 258 karma points
    Feb 28, 2010 @ 02:59
    Josh Reid
    0

    Thanks Per, eagerly anticipating an update/patch for this... ;)

  • Comment author was deleted

    Mar 09, 2010 @ 09:45

    Just did some tests and the dropdown value does appear correct in the mails, but when using the save as node workflow and mapping it to a textstring you get the GUID instead of the value.

  • Josh Reid 182 posts 258 karma points
    Mar 14, 2010 @ 23:15
    Josh Reid
    0

    Yep, thats the issue Tim - Emails fine, node creation no-go.

    I need a maintence update with this fixed asap as I have a project due to go live by end of month (March) using this default functionality!

  • Comment author was deleted

    Mar 15, 2010 @ 08:35

    @Josh, you got mail

  • Josh Reid 182 posts 258 karma points
    Mar 21, 2010 @ 23:01
    Josh Reid
    0

    @Tim - Any luck and progress after our conversations the other night?

    Would be great to get it all sorted asap, thanks heaps.

  • Comment author was deleted

    Mar 22, 2010 @ 08:02

    Hi Josh,

    we've just released the sourcecode of all components that are by default in Contour

    http://our.umbraco.org/projects/umbraco-contour-shared-source

    This also includes the dropdownlist, with a minor modification ( only return value not the key of the prevalue ) this should fix your problem (untill we release the next maintenance release)

  • Josh Reid 182 posts 258 karma points
    Mar 26, 2010 @ 02:49
    Josh Reid
    0

    Thanks for that Tim, obviously it's not ideal as i can't build from the shared source to replace the default feildtype in my site.

    So I should then create another (custom) fieldtype (by copying the source of dropdownlist and calling it 'dropdown working' etc) which does the job of a dropdownlist correctly and apply that in my forms, rather than the default faulty dropdownlist?

  • Comment author was deleted

    Mar 26, 2010 @ 08:32

    Hi Josh, that was just a temp workaround, we are making the last changes to the 1.0.9 maintenance release and it will be out shortly, so simply upgrading to that version should fix the issue you are having.

Please Sign in or register to post replies

Write your reply to:

Draft