Hi,
On the SmartClient, Is there anway to loop through the notes on a Project (same would apply to Request) within a ClientScript?
For context, i am writing a validation script fired from the pressing the save button on the SmartClient. I can retrieve the saved notes from the database, but i want to compare them to the notes that are on the screen to see if any have been updated. If i use getControlValue() it just returns the values fron the first note in the list.
Secondly, can i create new Tasks and Events from clientscripts on the SmartClient?
Thanks