Tuesday, October 24, 2017

Cannot get valid ID for - ib_installed_at_location in Sales Order Interface

When attempting to run Order Import and passing Install Base details, some time we will get error message "Cannot get valid ID for - ib_installed_at_location".

Solution:-

Send IB_INSTALLED_AT_LOCATION as the value returned from below query:

  SELECT MEANING "IB_INSTALLED_AT_LOCATION"
     FROM OE_LOOKUPS
   WHERE LOOKUP_TYPE = 'ITEM_INSTALL_LOCATION'
        AND LOOKUP_CODE = 'END_CUSTOMER'

Here based on the requirement pass the LOOKUP_CODE as 'END_CUSTOMER' , 'DELIVER_TO', 'BILL_TO',  'SHIP_TO' or 'SOLD_TO'.

No comments:

Post a Comment

Query to get the Concurrent Program along with Value Set details

SELECT fcpl1.user_concurrent_program_name       ,fdfcuv.end_user_column_name       ,ffvs.flex_value_set_name value_set_name       ,ffvt.appl...