Remove E_ prefix in QueryCases web method

5 Years Ago
JorgeR
HOW TO'S

Summary

When using QueryCases method from our Bizagi SOA layer, some columns in the response may show an E_ prefix. This prefix is displayed for the columns with a multiple relation with another entity.

Applies to

Bizagi version 11.x

What you can do?

Follow the next procedure to remove the prefix:

1. Edit the web.config file of your project located in C:\Bizagi\Projects\[ProjectName]\WebApplication

2. Add the following keys inside the <appSettings> tag:
<add key="QuerySOA_RemoveColumnsPrefix" value="true" />
<add key="SaveContentResolved" value="false" />

Rate this Article:

Details

Last Modified:5 Years Ago
Last Modified By: JorgeR
Type: HOWTO
Level: Novice
Article not rated yet.
Article has been viewed 4.9K times.

Options