Integration Technologies - JDE1 (MOSC)

MOSC Banner

AIS formservice request to P4210_W4210A Add Mode vs Update Mode

edited Oct 16, 2017 5:02AM in Integration Technologies - JDE1 (MOSC) 3 commentsAnswered

I am trying to use an AIS formservice request to update an existing sales order. I have formServiceAction = U but the form is still throwing error 0002 because the form appears to be in add mode instead of update mode. Is there a way to call the form in update mode to edit quantity/price on detail lines?

POST to <ais_endpoint>/jderest/v2/formservice

{

    "environment":"JDV920",

    "role":"*ALL",

    "username":"USER",

    "password":"****",

    "formName" : "P4210_W4210A",

    "version" : "ATK0001",

    "formServiceAction" : "U",

    "bypassFormServiceEREvent" : "true",

    "formInputs": [

        {

            "value": "3219",

            "id": "1"

        },

        {

            "value": "SO",

            "id": "2"

        },

        {

            "value": "00020",

            "id": "3"

        },

        {

            "value": "         211",

            "id": "5"

        },   

        {

            "value": "USD",

            "id": "17"

        }       

    ],

    "formActions" : [

            {

                "gridAction":

                    {

                        "gridID": "1",

                        "gridRowInsertEvents": [

                            {                   

                                "gridColumnEvents": [

                                    {

                                        "value": "10",

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center