DbRefSourceName

Name of the SQL table/view that is to be used for the left outer join

Syntax

DbRefSourceName "value";

Description

This is only used when the reference LU entity name cannot be used to generate the table/view name to be used for the left outer join (related to the reference) in base view. It includes scenarios referencing based on (inherited) LUs

associations {
   reference                            StoreRef     TstInhouseStore( CountryId, StoreNo){ DbRefSourceName "Tst_Inhouse_Store";
   use AvgTemperatureasStoreAvgTemp;}
}

This page is generated from IFS Developer Studio at 2021-08-13 08:40.