A very dirty hack: possible not really a recommendation
IF Source table is not mapped to ONS
- copy class definition including <Storage> from ENS to ONS
- in <STORAGE> you see
-
<DataLocation>^Sample.EmployeeD</DataLocation> <IdLocation>^Sample.EmployeeD</IdLocation> <IndexLocation>^Sample.EmployeeI</IndexLocation> <StreamLocation>^Sample.EmployeeS</StreamLocation> - Now replace all ^ by ^|"ENS"| looks similar
For my example, it's ^|"SAMPLES"| -
<DataLocation>^|"SAMPLES"|Sample.EmployeeD</DataLocation> <IdLocation>^"|SAMPLES"|Sample.EmployeeD</IdLocation> <IndexLocation>^|"SAMPLES"|Sample.EmployeeI</IndexLocation> <StreamLocation>^|"SAMPLES"|Sample.EmployeeS</StreamLocation> - Extended Global references allow access to the other namespace. Nothing new, but risky
- Log in to post comments

