I would like to use GroupBy or OrderBy with the following script, I searched about this but didn't find anything.
Dim jobQr = Query.From(Table.Person).Select("PersonalTitle").Where("IsInActive = 0 and IsExternal = 0 and IdentityType = 'Primary'")…
I would like to use GroupBy or OrderBy with the following script, I searched about this but didn't find anything.
Dim jobQr = Query.From(Table.Person).Select("PersonalTitle").Where("IsInActive = 0 and IsExternal = 0 and IdentityType = 'Primary'")…
Situation:
We have upgraded from v8.1.3 to v8.2.1 and since then we miss the IntelliSense function in VB.Script Editor.
https://code.visualstudio.com/docs/editor/intellisense
Example:
If I type String. , there is no picker that shows all methods of String…