Home > Forum > Data sources > SharePoint 2019 List Content in Webcon Form

SharePoint 2019 List Content in Webcon Form
0

Hello Community,

I want to set form fields based on a dropdown selection which gets its data from a sharepoint list. I can set the value from the selection just fine. However I can only access the data with type ID and Name. The rest of the data has no type and does not show up for any rules I want to configure. How can I address this data in the form?

Thanks

Oliver

MVP

Hi Oliver,
Answering directly your question in 1, and 2 might come in handy later ;)

1. After selecting value, automatically set values of another fields -> You might want to use different type of choice field:
* Picker -> https://docs.webcon.com/docs/2023R2/Studio/Process/Attribute/Basic/Itemlist/ChoiceColumns/VarcharPicker
* Autocomplete -> https://docs.webcon.com/docs/2023R2/Studio/Process/Attribute/Basic/Itemlist/ChoiceColumns/Autocomplete
There is column Target Field in config, which will do that job.

2. Access other than ID/Name column for some calculation inside Buisness Rule:
* Data Source Value, or SQL Command: https://docs.webcon.com/docs/2023R2/Studio/BusinessRules_General/#integration
Filter out row by ID, and return specified column only.

Privacy overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.


To see a full list of the cookies we use and learn more about their purposes, visit our Privacy Policy.