Tony

Forum Replies Created

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • in reply to: Sorting SPJS Lookup in descending order #20256
    Tony
    Participant

    Thank you for your replies Alexander.
    I updated DFFS and now i have [SPJS-Lookup plugin v1.1.9]

    It is still not changing with the below code:
    “filterObj”: {
    “on”: false,
    “folder”: “”, // Leave empty to search in all folders
    “CAML”: null, // If used, the rest of the filterObj settings are disregarded
    “fin”: “ActiveStatus”,
    “ascending”: false,
    “isLookup”: false,
    “operator”: “Neq”,
    “filterVal”: “Inactive”
    }

    Setting the ascending to false or true is changing nothing. You mentioned the orderBy functionality and not the ascending property. Am i missing a parameter that i should use.

    Regards,

    Tony

    in reply to: Sorting SPJS Lookup in descending order #20244
    Tony
    Participant

    Below is my filterObj still not working. I am working on [SPJS-Lookup plugin 1.1.5]

    “filterObj”: {
    “on”: false,
    “folder”: “”, // Leave empty to search in all folders
    “CAML”: null, // If used, the rest of the filterObj settings are disregarded
    “fin”: “ActiveStatus”,
    “ascending”: false,
    “isLookup”: false,
    “operator”: “Neq”,
    “filterVal”: “Inactive”
    }

Viewing 2 posts - 16 through 17 (of 17 total)