How to configure Post Data transform or activity for a modal window when using Constellation design

  • I am using a table view using constellation. i have configured a add and edit functionality for the table. I need to remove few properties on submit from the modal window.

Im using pyRefreshData DT but this is not getting called on submit as internal API is being called on submit.

Any suggestions to remove the unwanted properties?

Thanks!

Hi @VishalV17062974,

To achieve your requirement you need to open the view you are configuring, basically in the view you were adding the required table view. After you open the view, you will see the post processing Tab where you can configure the post processing DT. Please refer the attachment.

Thanks

Megha

@VishalV17062974 - Add form refresh settings based upon the property value changes done at the modal dialog.

Thank you.