Forum Discussion
nmrao
4 years agoCommunity Hero
You can use events feature to handle this case. Use SubmitListener.afterSubmit and write a script to remove the table name or not based on the condition. For example define a project level property IS_REMOVE_TABLE_NAME and set false or true; based on this value. have the logic to remove table name from the response xml and set the modified xml back to the response if value is true and leave it as is if the property name is false.
vikititor
4 years agoContributor
Development of this script will be a nightmare..
there is a lot of tables.. I have no idea.. how to acheave this.
Thanks for help.