Maximo Open Forum

 View Only
  • 1.  Automation Script transform outbound data

    Posted 12-06-2021 10:54

    Is there a way to leverage the automation script to transform outbound data.  API is setup with a request directly to an Object structure and one of the columns is in all caps that need to be all lower case.

    Thanks.
    #Integrations

    ------------------------------
    Kirk Youngbauer
    Great River Energy
    ------------------------------


  • 2.  RE: Automation Script transform outbound data

    Posted 12-07-2021 10:45
    There is a whole Automation Script pipeline that basically maps to the old Processing and User Exit classes.

    Here are the docs on it:

    https://www.ibm.com/docs/en/mamss?topic=scripts-customization-object-structure-processing

    If you have specific questions let me know, I'd be happy to help.

    Jason

    ------------------------------
    Jason VenHuizen
    Sharptree
    ------------------------------



  • 3.  RE: Automation Script transform outbound data

    Posted 12-07-2021 10:48
    Look at utilizing the overrideValues on the object structure (https://www.ibm.com/docs/en/mam/7.6.1.2?topic=structures-set-values-in-fields ). In the automation script application you create a launch point for integration, pick the object structure, and then say it's for outbound definition. Let me know if you have issues but especially for a simple transformation like this it should just work.

    ------------------------------
    Steven Shull
    IBM
    ------------------------------