IPC Event Not able to get form data of parent process in child process

  • 8 February 2016
  • 2 replies
  • 0 views

Badge +1

We want to show smart form data of parent process in child process. we have implemented IPC for same.  In child process parent form is opened using smart form client integartion. but not able to populate parent form data. Can Any one help on  this.?

 


2 replies

Userlevel 1
Badge +8

Hi Asif

 

I suggest you create a Data Field in your child process to hold the ID for the parent process form. You can then pass this into the child process in your IPC event, and then pass it to the form in the child process client event.

Badge +1

Hi Andrew,

 

Thanks.  Its  done

Reply