Hello
I am trying to access AccountID of people picker in C# code changed event of the field (ApplicantName),; I am getting errors while running the code as its not an object any help would be helpfull thanks
XPathNavigator root = MainDataSource.CreateNavigator();
String AccID = root.SelectSingleNode("/my:myFields/my:ApplicantName/pc:Person/pc:AccountId", this.NamespaceManager).Value;
getting error in second line? I just need to access it and set other secondary value...