Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
SPlus.List.addItem FieldErrors LookupField
posted

Hi there,

I'm trying to create items using the iOS Developer guide.  I can create items setting only the Text Fields, but if I try and set any others, I get errors

Do you have any examples for setting the following field types:

  • Lookup
  • Date Time
  • Hyperlink

For lookup fields I am getting the error "Invalid lookup value"

What should the format be - I am using the following code without success

var attributesDictionary = {

'TempLookup' : "3;#Beta",
'Title': "Testing"
};

Cheers,

Nick

Parents Reply Children
No Data