Jason Rollins
Jason Rollins
Can you have more than one user in a column? On Wed, Feb 12, 2020 at 1:49 AM MZH-bust wrote: > _python_type returns only the first User from a field,...
Can you confirm if this is for a newer SharePoint? 2016 or greater? I'd like to move all issues for newer versions of SharePoint to SharePlum2.
Right now Shareplum2 is the same as Shareplum1. But I think it will only work with 2016+ in the future when I switch to the REST API. On Mon, Feb...
I'm having a hard time setting up my SharePoint to test this. Do you think that just returning value is the way to go? On Mon, Apr 6, 2020 at...
I'm not entirely sure what the right solution is for this. Removing the identifiers makes it easier to read, but you lose that information. The "site.users" property contains the conversions...
Ok, I now have it outputting like this: ['#14;#Steve Test', '#6;#Jason Rollins'] if it is a multi-user
Can you do this and let me know what it says? mylist.GetListItems(u'Sök') print(mylist.last_request) I need to know how the SOAP request is being created. Also could you try changing your...
Can you confirm if this is for a newer SharePoint? 2016 or greater? I'd like to move all issues for newer versions of SharePoint to SharePlum2.
There is a huge_tree option in Site: `Site(huge_tree=True)` Try that and see if that resolves your issue.