Skip to Content
0
Former Member
Oct 07, 2015 at 05:07 PM

Embedded Component and Account TI opened in Edit Mode

462 Views

Hi all,

I created an Embedded Component and put it in the Account TI Overview. Binded to the EC there's a custom BO with only 2 field:

  1. XX_CustomerID
  2. XX_EmployeeID

I created an Inport in order to catch the CustomerID from one of the stndard Account Outport.

This Inport has a 3 steps/operations in an On Fire Event:

  1. BOOperatoin Create in order to instantiate the custom BO
  2. Assign Operation in order to pass current CustomerID to the custom BO CustomerID field XX_CustomerID
  3. BOAction that retrieve the logged user Business Partner ID and copy it in XX_EmployeeID

I also created a link that Onclick fire an event that Sync Data Container and launches an Outport that pass XX_CustomerID and XX_EmployeeID to the Inport of an URL Mashup.

My issue is that the Account TI, I mean account detail page, is opened in edit mode.

If I remove the EC from the Account TI then all come back ok and the Account TI is opened in display mode, as usual.