Integration Technologies - JDE1 (MOSC)

MOSC Banner

Sales Cloud to JDE integration - groovy - JDE actiontype not recognized

edited Feb 25, 2016 12:36PM in Integration Technologies - JDE1 (MOSC) 2 commentsAnswered ✓

Hi,

Trying to Create (also update) the JDE E1 addressbook, inputs are taken from OSC , and service call is via groovy script.

Webservice name: Customer And Contact Manager Service

Method : processCustomerAndContactV2

Code:

println " Call B4 record Update";

def processCustomerAndContactV2 =

[

   processAddressBookV2:

    [

      addressBook:

      [

       businessUnit :'10000001',

       entityId :'30000000',

       entityName :'TsetRecord',

        entityTypeCode :'C',

        categoryCodesAddressBook:

        [

          categoryCode001 :'123',

          categoryCode003 :'456',

          categoryCode011 :'89',

         ],

        electronicAddresses:

        [[

          actionType :'1',

          //contactId :integerValue,

          electronicAddress :abc@mno.com,

          electronicAddressClassificationCode :null,

          electronicAddressTypeCode :'E',

          messageIndicatorCode :'03'

          ]],

         phoneNumbers:

        [[

           actionType :'1',

          areaCode :'123',

         // contactId :integerValue,

          phoneLineNumber :'1',

          phoneNumber :'456789',

          phoneTypeCode :'W',

        ]],

        processing:

        [

          actionType :'2',

           processingVersion :'SA570001'

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