Announcement

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

    RestDataSource.transformRequest does not pass dsRequest.outputs to server.

    Hi,

    isc.version == "v12.0p_2020-01-03/LGPL Deployment"

    RestDataSource.transformRequest does not include dsRequest.outputs when dataProtocol is "postMessage".
    There are also other fields like generateRelatedUpdates which are not encoded to JSON or XML.

    It would be nice to have possibility to modify params that are encoded without overwriting whole transformRequest or decoding and reencoding it's output.

    Best regards,
    Janusz

    #2
    Hi,

    Have you looked into this issue?

    Today I have hit this another time - it also makes ComboBoxItem.fetchDisplayedFieldsOnly not working with RestDataSource.

    Please consider creating method RestDataSource.prepareRequestParams(dsRequest) and extract creation of params object from transformRequest. This method will be easier to overwrite for altering postMessage params before they are encoded in transformRequest.


    Best regards,
    Janusz

    Comment

    Working...
    X