Can I set multiple values for datawriter setExistingData()

Dannymh

Well-known member
Licensed customer
Hi,

I wanted to get existing data based on more than just the ID, this is for a poll voting system and there may be multiple options.

Can I push in multiple options say (ID, dayname, week)?

or do i just need to loop through each row?

Dan
 
Look at the Follower DataWriter that finds the existing data based on two fields.
 
Thank you. Datawriter is making my brain feel mushy :) Other than that am loving coding in the framework, it is outstanding
 
Back
Top Bottom