AP10 & AP10.5 - update through IPA - Lawson Transaction.

Author
Messages
Bonde
Basic Member
Posts: 4
Basic Member
    I have been trying to figure out what will be the primary keys required to make a lawson query to pull information of the AP10.5 Form

    My understanding -
    1)AP10 need the 1. VEN-VENGROUP AND 2. VEN-VENDOR to inquire the information of that form
    2)AP10.5 needs 1.APX-VENDOR to inquire and change -


    Lawson query -
    _PDL=TEST&_TKN=AP10.5&_EVT=CHG&_RTN=DATA&_LFN=ALL&_TDS=IGNORE&FC=I&APX-COMPANY=100&APX-TERM-CODE=&APX-VENDOR=56302&_DELIM=%09&_OUT=XML&_EOT=TRUE

    I intend to pull out this information - the highlighted box in AP10.5 tab from AP10 form
    Attachments
    Bonde
    Basic Member
    Posts: 4
    Basic Member
      Answer from INFOR -

      I have found some internal information on another incident where one of our Addins experts within my team indicated
      AP10.5 can not be used with add-ins since there are some pre-inquire fields from AP10.1 that need to be populated before any actions on AP10.5 can be completed.
      This is most often seen with forms where you can not directly token transfer to the form within the application front end screens, as is the case with AP10.5.
      I have also found the following information in the Addins user guide in Chapter 3 titled -- Using the Upload Wizard under the heading of Upload Wizard Limitations:
      Some Lawson forms use the business logic that is incompatible with the Upload Wizard, and uploads to these forms always fail.
      The Upload Wizard does not work with every Lawson form.

      For example, if you attempt to upload data to any Lawson form that requires the user to perform an Inquire before doing an Add function code, you receive an upload failure message.

      Does anyone know a work around it -


      ---