Open contact page after getting result from custom configuration service

Hi Community,

Using the below example from academy on how to create custom configuration service. I can get the contact id as a result.

https://academy.bpmonline.com/documents/technic-sdk/7-13/how-create-cus…

Now what I want to achieve, after getting the result I want to open that specific record on Contact Page. How can I possibly do this?

Thanks

Like 0

Like

1 comments

Hello,

The task that you want to achieve theoretically can be achieved using a business process that is triggered upon adding record to the contacts section and you need to specify "open edit page" element that will open created record. Also on contact's page you need to add a checkbox which should be checked and it should be defined in conditions which fit created record. For example create a checkbox that is called "Created bia webservice" and when creating a record via webservice you need to transfer the parameter "true" for this checkbox so the record is created with checked checkbox and triggers business process execution that will open edit page of this record.

Best regards,

Oscar

Show all comments