Copied to clipboard

Flag this post as spam?

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


  • Christophe Vaught 21 posts 113 karma points
    May 11, 2018 @ 22:00
    Christophe Vaught
    0

    Using NuPickers and SQL to Select By Umbraco ID

    Using NuPickers

    Within the Configuration I setup something like this.

    SELECT SomaData.code as 'Label', SomeData.keyas 'Key' FROM Datasource AS SomeDataWITH (NOLOCK) WHERE SomeData.property = '0001'

    I have an Umbraco Property that I need to utilize from the Parent. Let's say a CustomProperty numveric value.

    How do I dynamically set this value using NuPicker Configurations

    It mentions @contextId parameter. How do I utilize that. Supposedly this works with related data.

  • Christophe Vaught 21 posts 113 karma points
    May 14, 2018 @ 22:44
    Christophe Vaught
    100

    I've answered my own question. The key was to understanding the relationship between the MacroParameters and NuComponents

Please Sign in or register to post replies

Write your reply to:

Draft