Quantcast
Channel: Nintex Connect: Unanswered Threads
Viewing all articles
Browse latest Browse all 2462

NW Forms repeating section lookup showing only 501 items

$
0
0

I have a repeating section in a Nintex Form on a list. I have a lookup control in the section and it only shows the first 501 items from my lookup list. I ran a Profiler and the query in my database specifically shows :

Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4

/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;}

 

exec sp_executesql N'    SELECT TOP(@NUMROWS) UserData.[tp_Modified], t1.[SortBehavior] AS c0, CASE WHEN DATALENGTH(t1.DirName) = 0 THEN t1.LeafName WHEN DATALENGTH(t1.LeafName) = 0 THEN t1.DirName ELSE t1.DirName + N''/'' + t1.LeafName END  AS c2, UserData.[tp_ID], UserData.[tp_CopySource], UserData.[tp_Version], t1.[Id] AS c4, UserData.[tp_Created], t1.[Type] AS c1, UserData.[tp_HasCopyDestinations], UserData.[tp_ModerationStatus], UserData.[tp_Level], UserData.[nvarchar1], t1.[MetaInfo] AS c3, t1.[ScopeId] AS c5 FROM AllUserData AS UserData WITH(INDEX=AllUserData_PK) INNER JOIN Docs AS t1 WITH(NOLOCK) ON (UserData.[tp_RowOrdinal] = 0) AND (t1.SiteId=UserData.tp_SiteId) AND (t1.SiteId = @SITEID) AND (t1.ParentId = UserData.tp_ParentId) AND (t1.Id = UserData.tp_DocId) AND ( (UserData.tp_Level = 1) ) AND (t1.Level = UserData.tp_Level) AND (t1.IsCurrentVersion = 1) AND (t1.Level = 1 OR t1.Level =  2) AND (UserData.[tp_ListID] =@LISTID) AND (UserData.[tp_CalculatedVersion] = 0 ) AND (UserData.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (UserData.[tp_DeleteTransactionId] = 0x ) WHERE (UserData.[tp_CalculatedVersion] = 0 ) AND (UserData.[tp_IsCurrentVersion] = CONVERT(bit,1) ) AND (UserData.[tp_DeleteTransactionId] = 0x ) AND (UserData.tp_ListID=@LISTID) AND ( (UserData.tp_Level = 1) ) AND (UserData.tp_SiteId=@SITEID) AND (UserData.tp_RowOrdinal=0) AND ((((UserData.[tp_ContentTypeId] IS NULL OR UserData.[tp_ContentTypeId] <> @L2IMG)) OR (UserData.[nvarchar5] = N''Active'')) AND t1.SiteId=@SITEID AND (t1.DirName=@DN OR t1.DirName LIKE @DNEL+N''/%'') AND t1.SortBehavior=0) ORDER BY UserData.[tp_ID]  ASC  OPTION (FORCE ORDER, MAXDOP 1)',N'@LFFP uniqueidentifier,@SITEID uniqueidentifier,@L2IMG varbinary(8000),@DN nvarchar(4000),@DNEL nvarchar(4000),@LISTID uniqueidentifier,@NUMROWS bigint,@RequestGuid uniqueidentifier',@LFFP='00000000-0000-0000-0000-000000000000',@SITEID='6264FBE7-6507-4B6D-BBA3-8848DF44DC64',@L2IMG=0x0120004B891B04BDD2EC479D25F58DDF4798B8,@DN=N'sites/InvoiceApproval/Lists/Budget',@DNEL=N'sites/InvoiceApproval/Lists/Budget',@LISTID='EF5E320A-525C-4C14-AD70-87775F5C0A2B',@NUMROWS=501,@RequestGuid='91BD7D53-1588-4C76-85B7-FE8200CE0B01'

 

 

Is there a limitation for this type of control or is there a configuration somewhere so i can specify i want all the items? i have permission set on my lookup list and due to this limitation some of my users see a specific item and some of them don't.  

 Does anyone know how to request all items for the lookup control in the repeating section?

 

 

 


Viewing all articles
Browse latest Browse all 2462

Trending Articles