~Dexter DeswechekyndsMar 7, 2015, 1:39 AM191 PostsYesLook at the Clnt* fields in the Person document.
~Lorraine FezfookonyMar 12, 2015, 11:13 PM10 PostsMulti-value fieldsThanks for the response. However, as the fields are multivalue (Clntbld, clntmachine, clntdate) how do you return just one date for a specifc clntmachine?
~Lorraine FezfookonyMar 12, 2015, 11:13 PM10 PostsMulti-value fieldsThanks for the response. However, as the fields are multivalue (Clntbld, clntmachine, clntdate) how do you return just one date for a specifc clntmachine?
~Dexter DeswechekyndsMar 13, 2015, 2:40 AM191 PostsExampleclientMachineList = personDoc.GetItemValue("ClntMachine") ForAll clientMachine In clientMachineList ' Do stuff End ForAll