Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
I've answered my own question. The key was to understanding the relationship between the MacroParameters and NuComponents
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
I've answered my own question. The key was to understanding the relationship between the MacroParameters and NuComponents
is working on a reply...