Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid.exportData disregards current operationId

    Hi,

    isc.version == "v11.1p_2018-01-16/LGPL Deployment"

    When calling exportData on a ListGrid with data fetched with explicit operationId, data fetched when exporting disregards operationId saved in ListGrid's ResultSet.
    Docs state that only current criteria and sort order is used for export fetch, however I think that operationId should be automatically included as well.

    Best regards,
    Janusz

    #2
    Hi janusz,

    I agree it would be nice if this were automatic, but you should also be able to get the desired result already today using the optional DSRequest-parameter.

    Best regards
    Blama

    Comment

    Working...
    X