Skip to main content
July 17, 2024
Solved

how to send only one parameter from parent interface to child

  • July 17, 2024
  • 4 replies
  • 0 views

hi, 

I have a child interface , that has a rule input just to update the data base. I am basically trying to select the rows from an editable grid and save them in this rule input which is not dependent on parent interface. it is handled internally in child interface. 

Child interface rule inputs - ri!id and ri!selectedrows

I am trying to configure this interface in the Landing Page ( Parent Interface ) , now from parent interface I wanted to pass only the id. how do I achieve it .

I get an error, if I pass only id from parent .

    Best answer by kowsalyav7826

    hi, This issue has been resolved I removed the rule interface and used local variable for the process model 

    4 replies

    pragnaj0001
    July 17, 2024

    Can you share it what error r u getting? if possible code as well. 

    karumurua531442
    July 18, 2024

    hi [mention:92ba06295fbc4d77b281c512999a858b:e9ed411860ed4f2ba0265705b8793d05]  Could Share the error what you are facing and your code snippet please

    rajt0005
    July 18, 2024

    can you Share more details regarding same 

    kowsalyav7826AuthorAnswer
    July 19, 2024

    hi, This issue has been resolved I removed the rule interface and used local variable for the process model