Solved

BPA: Create Sub Nested Entity

  • 15 December 2023
  • 1 reply
  • 93 views

Badge +3

This question is maybe a duplicate of Is it possible to create a nested table for level 3 using workflows in a cloud environment ? | IFS Community but that question wasn’t answered. We’re trying to automate a process and need to create a SalesCustomerAddressArray record in a CustomerInfoAddress. The signature of the API call is below:

CustomerHandling.svc/CustomerInfoSet(CustomerId='{CustomerId}')/CustomerInfoAddresses(CustomerId='{CustomerId',AddressId='{AddressId}')/SalesCustomerAddressArray

While the IFS Projection Call task can create the CustomerInfoAddress record as a Nested Entity easily, the SalesCustomerAddressArray record is a Sub Nested Entity which doesn’t seem to be available….yet. Has anyone ever run into this issue and what is the workaround for overcoming this issue? Was hoping there was a CustomerInfoAddressHanding projection but that’s not exposed.

TIA,

 

icon

Best answer by Lahirumala de Mel 18 December 2023, 05:17

View original

1 reply

Userlevel 3
Badge +7

3rd level nested entities are not supported in Workflows. From 23R2 onwards Entity Service APIs can be an alternative.

Reply