Carl Bussema
Carl Bussema
The internal multi URL picker is already more powerful (restrict by document type and/or content path); so I only want to use this in a case where I definitely know...
Trying to do something like `PUT https://example.com/AR_CUSTOMER('10;STOP&GO')` The Division is 10 and the CustomerId is `STOP&GO` so we need to escape that & (I cannot `GET` that account either, but...
I have a PagedList with 8 pages. If I set .Options(o => o.MaxNrOfPages(3)), and change to page 5, I get this: [First] 1 2 ... 4 _5_ 6 ... 8...