This commit is contained in:
2020-03-23 20:00:16 +00:00
parent cb08a727fa
commit 7e361d3f41
3 changed files with 6 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ namespace AyaNova.PickList
const int MAXIMUM_RESULT_COUNT = 100;
//Build the query for a picklist request
internal static string Build(IAyaPickList pickList, List<string> templateColumnNames, string autoCompleteQuery, string tagSpecificQuery, bool IncludeInactive)
internal static string Build(IAyaPickList pickList, List<string> templateColumnNames, string autoCompleteQuery, string tagSpecificQuery, bool IncludeInactive, long preId)
{
//determine this in advance as it will be used in a loop later