Skip to main content
Solved

Modification of a field at the creation of the record with BPA

  • September 29, 2022
  • 2 replies
  • 186 views

Forum|alt.badge.img+13
  • Hero (Partner)
  • 161 replies

Hello to all,
I want to modify this field at the creation of the record with BPA ("Customer" screen, "Invoice" tab): 


So I created an EVENT, which triggers on the concerned table, at the creation of a new row : 

. and an action that triggers the BPA :


My diagram looks like this : 


And here is the configuration of my "IFS Projection" element.


When triggering the EVENT, I get this error message: 

I think that the configuration of my "IFS Projection" element is not correct. Indeed, using a tool like Postman, IFS calls this web service :  

It looks like IFS is calling 2 entity sets. Unfortunately I can't enter 2 in the BPA configuration.

Thanks in advance.
 

Best answer by dazwca

Hi Theo,

This is a known issue. Some progress has been made in 22R2 (read was specifically targetted) however complete support for nested collections (function calls, bound actions) haven’t been implemented yet.

2 replies

  • Hero (Employee)
  • 39 replies
  • Answer
  • September 30, 2022

Hi Theo,

This is a known issue. Some progress has been made in 22R2 (read was specifically targetted) however complete support for nested collections (function calls, bound actions) haven’t been implemented yet.


Forum|alt.badge.img+13
  • Author
  • Hero (Partner)
  • 161 replies
  • September 30, 2022

Hi @dazwca ,

Thank you for your answer.