Implement the Query rowLimit parameter: <RSSharePointList xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema“> <ListName>Help Desk Requests</ListName> <Query> <Parameters> <Parameter Name=”rowLimit”> <DefaultValue>9999</DefaultValue> </Parameter> </Parameters> </Query> <ViewFields> […]
Month: June 2013
Great Plains: You are not allowed to have negative Actual Quantity
When trying to put negative time in Great Plains project accounting in the Timesheet Entry screen, you get the following error: “You are not allowed […]
SharePoint user email address missing in profile
From SharePoint PowerShell: Set-SPUser -Identity “DOMAINusername” -Email “email@yourdomain.com” -Web “http://yourdomain.com”