when to use sqlname atribute in schema definition
,@isahore ,@AndreaBriceno,@ParthaSarathy
Hi All,
I have observed that sqlname="loyaltyid " is mentioned in schema definition for attributes in schema
may i know why so
normally in my old experience we have not defined sqlname="loyaltyid " n schema definition for attributes in schema definition
why we need to define sqlname="loyaltyid" in schema definition and when<attribute desc="loyaltyid" label="loyaltyid" name="loyaltyid"
notNull="false" sqlname="loyalty" type="long"/>